#316B28

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

Shades of Green House #316B28

Tints of Green House #316B28

Color information

#316B28 (or 0x316B28) is unknown color: approx Green House. HEX triplet: 31, 6B and 28. RGB value is (49,107,40). Sum of RGB (Red+Green+Blue) = 49+107+40=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #316B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B28 is #CE94D7. Grayscale: #525252. Windows color (decimal): -13538520 or 2648881. OLE color: 2648881.

HSL color Cylindrical-coordinate representation of color #316B28: hue angle of 111.94º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316B28 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB4910740-
CMYK0.5400.630.58
HSL111.94º45.58%28.82%-
HSV(B)111.94º62.62%41.96%-
XYZ6.9111.323.83-
YUV82.02104.28104.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 54.59%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=25%
G=54.59%
B=20.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107400.5400.630.58111.9445.5828.82
Hex316B283603F3A702e1d
Octal611535066077721605635
Binary11000111010111010001101100111111111010111000010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316B28; }

 p { color: rgb(49,107,40); }

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

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

 a { background-color: rgb(49,107,40); }

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

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

 span { border-color: rgb(49,107,40); }

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