#396F2B

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

Shades of Green House #396F2B

Tints of Green House #396F2B

Color information

#396F2B (or 0x396F2B) is unknown color: approx Green House. HEX triplet: 39, 6F and 2B. RGB value is (57,111,43). Sum of RGB (Red+Green+Blue) = 57+111+43=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #396F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F2B is #C690D4. Grayscale: #575757. Windows color (decimal): -13013205 or 2846521. OLE color: 2846521.

HSL color Cylindrical-coordinate representation of color #396F2B: hue angle of 107.65º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396F2B is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB5711143-
CMYK0.4900.610.56
HSL107.65º44.16%30.2%-
HSV(B)107.65º61.26%43.53%-
XYZ7.8112.414.27-
YUV87.1103.11106.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 111 (43.75% from 255) = 52.61%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=27.01%
G=52.61%
B=20.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57111430.4900.610.56107.6544.1630.2
Hex396F2B3103D386c2c1e
Octal711575361075701545436
Binary11100111011111010111100010111101111000110110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,111,43); }

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

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

 a { background-color: rgb(57,111,43); }

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

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

 span { border-color: rgb(57,111,43); }

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