#316927

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

Shades of Green House #316927

Tints of Green House #316927

Color information

#316927 (or 0x316927) is unknown color: approx Green House. HEX triplet: 31, 69 and 27. RGB value is (49,105,39). Sum of RGB (Red+Green+Blue) = 49+105+39=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #316927 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316927 is #CE96D8. Grayscale: #505050. Windows color (decimal): -13539033 or 2582833. OLE color: 2582833.

HSL color Cylindrical-coordinate representation of color #316927: hue angle of 110.91º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316927 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB4910539-
CMYK0.5300.630.59
HSL110.91º45.83%28.24%-
HSV(B)110.91º62.86%41.18%-
XYZ6.6810.93.67-
YUV80.73104.45105.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 105 (41.41% from 255) = 54.40%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=25.39%
G=54.40%
B=20.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105390.5300.630.59110.9145.8328.24
Hex3169273503F3B6f2e1c
Octal611514765077731575634
Binary11000111010011001111101010111111111011110111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316927; }

 p { color: rgb(49,105,39); }

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

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

 a { background-color: rgb(49,105,39); }

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

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

 span { border-color: rgb(49,105,39); }

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