#396432

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

Shades of Green House #396432

Tints of Green House #396432

Color information

#396432 (or 0x396432) is unknown color: approx Green House. HEX triplet: 39, 64 and 32. RGB value is (57,100,50). Sum of RGB (Red+Green+Blue) = 57+100+50=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #396432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396432 is #C69BCD. Grayscale: #515151. Windows color (decimal): -13016014 or 3302457. OLE color: 3302457.

HSL color Cylindrical-coordinate representation of color #396432: hue angle of 111.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396432 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB5710050-
CMYK0.4300.500.61
HSL111.6º33.33%29.41%-
HSV(B)111.6º50%39.22%-
XYZ6.8210.214.63-
YUV81.44110.25110.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 100 (39.45% from 255) = 48.31%
BLUE value IS 50 (19.92% from 255) = 24.15%
R=27.54%
G=48.31%
B=24.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal57100500.4300.500.61111.633.3329.41
Hex3964322B0323D70211d
Octal711446253062751604135
Binary11100111001001100101010110110010111101111000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396432; }

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

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

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

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

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

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

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

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