#396635

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

Shades of Green House #396635

Tints of Green House #396635

Color information

#396635 (or 0x396635) is unknown color: approx Green House. HEX triplet: 39, 66 and 35. RGB value is (57,102,53). Sum of RGB (Red+Green+Blue) = 57+102+53=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #396635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396635 is #C699CA. Grayscale: #535353. Windows color (decimal): -13015499 or 3499577. OLE color: 3499577.

HSL color Cylindrical-coordinate representation of color #396635: hue angle of 115.1º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396635 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB5710253-
CMYK0.4400.480.6
HSL115.1º31.61%30.39%-
HSV(B)115.1º48.04%40%-
XYZ7.0810.635.05-
YUV82.96111.09109.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 102 (40.23% from 255) = 48.11%
BLUE value IS 53 (21.09% from 255) = 25%
R=26.89%
G=48.11%
B=25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102530.4400.480.6115.131.6130.39
Hex3966352C0303C73201e
Octal711466554060741634036
Binary11100111001101101011011000110000111100111001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396635; }

 p { color: rgb(57,102,53); }

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

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

 a { background-color: rgb(57,102,53); }

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

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

 span { border-color: rgb(57,102,53); }

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