#395636

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

Shades of Green House #395636

Tints of Green House #395636

Color information

#395636 (or 0x395636) is unknown color: approx Green House. HEX triplet: 39, 56 and 36. RGB value is (57,86,54). Sum of RGB (Red+Green+Blue) = 57+86+54=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #395636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395636 is #C6A9C9. Grayscale: #494949. Windows color (decimal): -13019594 or 3561017. OLE color: 3561017.

HSL color Cylindrical-coordinate representation of color #395636: hue angle of 114.38º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395636 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB578654-
CMYK0.3400.370.66
HSL114.38º22.86%27.45%-
HSV(B)114.38º37.21%33.73%-
XYZ5.687.794.69-
YUV73.68116.89116.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.93%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 54 (21.48% from 255) = 27.41%
R=28.93%
G=43.65%
B=27.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5786540.3400.370.66114.3822.8627.45
Hex395636220254272171b
Octal7112666420451021622733
Binary11100110101101101101000100100101100001011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395636; }

 p { color: rgb(57,86,54); }

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

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

 a { background-color: rgb(57,86,54); }

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

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

 span { border-color: rgb(57,86,54); }

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