#316827

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

Shades of Green House #316827

Tints of Green House #316827

Color information

#316827 (or 0x316827) is unknown color: approx Green House. HEX triplet: 31, 68 and 27. RGB value is (49,104,39). Sum of RGB (Red+Green+Blue) = 49+104+39=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #316827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316827 is #CE97D8. Grayscale: #505050. Windows color (decimal): -13539289 or 2582577. OLE color: 2582577.

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

Color convert

RGB4910439-
CMYK0.5300.620.59
HSL110.77º45.45%28.04%-
HSV(B)110.77º62.5%40.78%-
XYZ6.5810.73.64-
YUV80.14104.78105.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=25.52%
G=54.17%
B=20.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104390.5300.620.59110.7745.4528.04
Hex3168273503E3B6f2d1c
Octal611504765076731575534
Binary11000111010001001111101010111110111011110111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316827; }

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

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

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

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

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

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

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

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