#396B2A

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

Shades of Green House #396B2A

Tints of Green House #396B2A

Color information

#396B2A (or 0x396B2A) is unknown color: approx Green House. HEX triplet: 39, 6B and 2A. RGB value is (57,107,42). Sum of RGB (Red+Green+Blue) = 57+107+42=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #396B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B2A is #C694D5. Grayscale: #545454. Windows color (decimal): -13014230 or 2779961. OLE color: 2779961.

HSL color Cylindrical-coordinate representation of color #396B2A: hue angle of 106.15º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396B2A is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB5710742-
CMYK0.4700.610.58
HSL106.15º43.62%29.22%-
HSV(B)106.15º60.75%41.96%-
XYZ7.3611.554.03-
YUV84.64103.94108.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 107 (42.19% from 255) = 51.94%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=27.67%
G=51.94%
B=20.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107420.4700.610.58106.1543.6229.22
Hex396B2A2F03D3A6a2c1d
Octal711535257075721525435
Binary11100111010111010101011110111101111010110101010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396B2A; }

 p { color: rgb(57,107,42); }

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

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

 a { background-color: rgb(57,107,42); }

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

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

 span { border-color: rgb(57,107,42); }

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