#396634

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

Shades of Green House #396634

Tints of Green House #396634

Color information

#396634 (or 0x396634) is unknown color: approx Green House. HEX triplet: 39, 66 and 34. RGB value is (57,102,52). Sum of RGB (Red+Green+Blue) = 57+102+52=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #396634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396634 is #C699CB. Grayscale: #535353. Windows color (decimal): -13015500 or 3434041. OLE color: 3434041.

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

Color convert

RGB5710252-
CMYK0.4400.490.6
HSL114º32.47%30.2%-
HSV(B)114º49.02%40%-
XYZ7.0610.624.93-
YUV82.84110.59109.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 52 (20.70% from 255) = 24.64%
R=27.01%
G=48.34%
B=24.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102520.4400.490.611432.4730.2
Hex3966342C0313C72201e
Octal711466454061741624036
Binary11100111001101101001011000110001111100111001010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396634; }

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

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

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

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

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

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

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

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