#396B35

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

Shades of Green House #396B35

Tints of Green House #396B35

Color information

#396B35 (or 0x396B35) is unknown color: approx Green House. HEX triplet: 39, 6B and 35. RGB value is (57,107,53). Sum of RGB (Red+Green+Blue) = 57+107+53=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #396B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B35 is #C694CA. Grayscale: #565656. Windows color (decimal): -13014219 or 3500857. OLE color: 3500857.

HSL color Cylindrical-coordinate representation of color #396B35: hue angle of 115.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396B35 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB5710753-
CMYK0.4700.500.58
HSL115.56º33.75%31.37%-
HSV(B)115.56º50.47%41.96%-
XYZ7.5911.645.22-
YUV85.89109.44107.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.27%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 53 (21.09% from 255) = 24.42%
R=26.27%
G=49.31%
B=24.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107530.4700.500.58115.5633.7531.37
Hex396B352F0323A74221f
Octal711536557062721644237
Binary11100111010111101011011110110010111010111010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396B35; }

 p { color: rgb(57,107,53); }

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

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

 a { background-color: rgb(57,107,53); }

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

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

 span { border-color: rgb(57,107,53); }

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