#396F32

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

Shades of Green House #396F32

Tints of Green House #396F32

Color information

#396F32 (or 0x396F32) is unknown color: approx Green House. HEX triplet: 39, 6F and 32. RGB value is (57,111,50). Sum of RGB (Red+Green+Blue) = 57+111+50=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #396F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F32 is #C690CD. Grayscale: #585858. Windows color (decimal): -13013198 or 3305273. OLE color: 3305273.

HSL color Cylindrical-coordinate representation of color #396F32: hue angle of 113.11º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #396F32 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB5711150-
CMYK0.4900.550.56
HSL113.11º37.89%31.57%-
HSV(B)113.11º54.95%43.53%-
XYZ7.9512.475.01-
YUV87.9106.61105.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 111 (43.75% from 255) = 50.92%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=26.15%
G=50.92%
B=22.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57111500.4900.550.56113.1137.8931.57
Hex396F323103738712620
Octal711576261067701614640
Binary111001110111111001011000101101111110001110001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,111,50); }

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

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

 a { background-color: rgb(57,111,50); }

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

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

 span { border-color: rgb(57,111,50); }

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