#396027

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

Shades of Green House #396027

Tints of Green House #396027

Color information

#396027 (or 0x396027) is unknown color: approx Green House. HEX triplet: 39, 60 and 27. RGB value is (57,96,39). Sum of RGB (Red+Green+Blue) = 57+96+39=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #396027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396027 is #C69FD8. Grayscale: #4E4E4E. Windows color (decimal): -13017049 or 2580537. OLE color: 2580537.

HSL color Cylindrical-coordinate representation of color #396027: hue angle of 101.05º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #396027 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB579639-
CMYK0.4100.590.62
HSL101.05º42.22%26.47%-
HSV(B)101.05º59.38%37.65%-
XYZ6.249.383.4-
YUV77.84106.08113.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=29.69%
G=50%
B=20.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796390.4100.590.62101.0542.2226.47
Hex3960272903B3E652a1a
Octal711404751073761455232
Binary11100111000001001111010010111011111110110010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396027; }

 p { color: rgb(57,96,39); }

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

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

 a { background-color: rgb(57,96,39); }

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

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

 span { border-color: rgb(57,96,39); }

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