#396336

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

Shades of Green House #396336

Tints of Green House #396336

Color information

#396336 (or 0x396336) is unknown color: approx Green House. HEX triplet: 39, 63 and 36. RGB value is (57,99,54). Sum of RGB (Red+Green+Blue) = 57+99+54=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #396336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396336 is #C69CC9. Grayscale: #515151. Windows color (decimal): -13016266 or 3564345. OLE color: 3564345.

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

Color convert

RGB579954-
CMYK0.4200.450.61
HSL116º29.41%30%-
HSV(B)116º45.45%38.82%-
XYZ6.8210.065.07-
YUV81.31112.59110.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 99 (39.06% from 255) = 47.14%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=27.14%
G=47.14%
B=25.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799540.4200.450.6111629.4130
Hex3963362A02D3D741d1e
Octal711436652055751643536
Binary1110011100011110110101010010110111110111101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396336; }

 p { color: rgb(57,99,54); }

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

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

 a { background-color: rgb(57,99,54); }

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

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

 span { border-color: rgb(57,99,54); }

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