#396429

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

Shades of Green House #396429

Tints of Green House #396429

Color information

#396429 (or 0x396429) is unknown color: approx Green House. HEX triplet: 39, 64 and 29. RGB value is (57,100,41). Sum of RGB (Red+Green+Blue) = 57+100+41=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #396429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396429 is #C69BD6. Grayscale: #505050. Windows color (decimal): -13016023 or 2712633. OLE color: 2712633.

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

Color convert

RGB5710041-
CMYK0.4300.590.61
HSL103.73º41.84%27.65%-
HSV(B)103.73º59%39.22%-
XYZ6.6410.143.71-
YUV80.42105.75111.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 100 (39.45% from 255) = 50.51%
BLUE value IS 41 (16.41% from 255) = 20.71%
R=28.79%
G=50.51%
B=20.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal57100410.4300.590.61103.7341.8427.65
Hex3964292B03B3D682a1c
Octal711445153073751505234
Binary11100111001001010011010110111011111101110100010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396429; }

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

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

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

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

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

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

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

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