#3E5535

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

Shades of Green House #3E5535

Tints of Green House #3E5535

Color information

#3E5535 (or 0x3E5535) is unknown color: approx Green House. HEX triplet: 3E, 55 and 35. RGB value is (62,85,53). Sum of RGB (Red+Green+Blue) = 62+85+53=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5535 is #C1AACA. Grayscale: #4A4A4A. Windows color (decimal): -12692171 or 3495230. OLE color: 3495230.

HSL color Cylindrical-coordinate representation of color #3E5535: hue angle of 103.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E5535 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB628553-
CMYK0.2700.380.67
HSL103.12º23.19%27.06%-
HSV(B)103.12º37.65%33.33%-
XYZ5.887.784.56-
YUV74.47115.88119.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 53 (21.09% from 255) = 26.5%
R=31%
G=42.5%
B=26.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6285530.2700.380.67103.1223.1927.06
Hex3E55351B0264367171b
Octal7612565330461031472733
Binary1111101010101110101110110100110100001111001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E5535; }

 p { color: rgb(62,85,53); }

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

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

 a { background-color: rgb(62,85,53); }

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

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

 span { border-color: rgb(62,85,53); }

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