#3E662A

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

Shades of Green House #3E662A

Tints of Green House #3E662A

Color information

#3E662A (or 0x3E662A) is unknown color: approx Green House. HEX triplet: 3E, 66 and 2A. RGB value is (62,102,42). Sum of RGB (Red+Green+Blue) = 62+102+42=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #3E662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E662A is #C199D5. Grayscale: #535353. Windows color (decimal): -12687830 or 2778686. OLE color: 2778686.

HSL color Cylindrical-coordinate representation of color #3E662A: hue angle of 100º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E662A is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB6210242-
CMYK0.3900.590.6
HSL100º41.67%28.24%-
HSV(B)100º58.82%40%-
XYZ7.1610.693.88-
YUV83.2104.75112.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.10%
GREEN value IS 102 (40.23% from 255) = 49.51%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=30.10%
G=49.51%
B=20.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal62102420.3900.590.610041.6728.24
Hex3E662A2703B3C642a1c
Octal761465247073741445234
Binary11111011001101010101001110111011111100110010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,102,42); }

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

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

 a { background-color: rgb(62,102,42); }

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

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

 span { border-color: rgb(62,102,42); }

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