#316314

Color #316314 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #316314

Tints of Green House #316314

Color information

#316314 (or 0x316314) is unknown color: approx Green House. HEX triplet: 31, 63 and 14. RGB value is (49,99,20). Sum of RGB (Red+Green+Blue) = 49+99+20=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #316314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316314 is #CE9CEB. Grayscale: #4B4B4B. Windows color (decimal): -13540588 or 1336113. OLE color: 1336113.

HSL color Cylindrical-coordinate representation of color #316314: hue angle of 97.97º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #316314 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB499920-
CMYK0.5100.800.61
HSL97.97º66.39%23.33%-
HSV(B)97.97º79.8%38.82%-
XYZ5.859.632.21-
YUV75.0496.94109.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 99 (39.06% from 255) = 58.93%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=29.17%
G=58.93%
B=11.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999200.5100.800.6197.9766.3923.33
Hex316314330503D624217
Octal61143246301207514210227
Binary110001110001110100110011010100001111011100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316314; }

 p { color: rgb(49,99,20); }

 H1.HeaderClassName
 {
   color: #316314;
 }
 .AnyTagClassName
 {
   color: #316314;
 }
</style>
background-color css

<style>
 a { background-color: #316314; }

 a { background-color: rgb(49,99,20); }

 div.DivClassName
 {
   background-color: #316314;
 }
 .BgClassName
 {
   background-color: #316314;
 }
</style>
border-color css

<style>
 span { border-color: #316314; }

 span { border-color: rgb(49,99,20); }

 td.TdClassName
 {
   border-color: #316314;
 }
 .TagClassName
 {
   border-color: #316314;
 }
</style>