#396434

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

Shades of Green House #396434

Tints of Green House #396434

Color information

#396434 (or 0x396434) is unknown color: approx Green House. HEX triplet: 39, 64 and 34. RGB value is (57,100,52). Sum of RGB (Red+Green+Blue) = 57+100+52=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 100 - color contains mainly: green. Hex color #396434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396434 is #C69BCB. Grayscale: #515151. Windows color (decimal): -13016012 or 3433529. OLE color: 3433529.

HSL color Cylindrical-coordinate representation of color #396434: hue angle of 113.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396434 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB5710052-
CMYK0.4300.480.61
HSL113.75º31.58%29.8%-
HSV(B)113.75º48%39.22%-
XYZ6.8610.234.86-
YUV81.67111.25110.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 100 (39.45% from 255) = 47.85%
BLUE value IS 52 (20.70% from 255) = 24.88%
R=27.27%
G=47.85%
B=24.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal57100520.4300.480.61113.7531.5829.8
Hex3964342B0303D72201e
Octal711446453060751624036
Binary11100111001001101001010110110000111101111001010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396434; }

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

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

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

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

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

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

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

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