#3E602C

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

Shades of Green House #3E602C

Tints of Green House #3E602C

Color information

#3E602C (or 0x3E602C) is unknown color: approx Green House. HEX triplet: 3E, 60 and 2C. RGB value is (62,96,44). Sum of RGB (Red+Green+Blue) = 62+96+44=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #3E602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E602C is #C19FD3. Grayscale: #505050. Windows color (decimal): -12689364 or 2908222. OLE color: 2908222.

HSL color Cylindrical-coordinate representation of color #3E602C: hue angle of 99.23º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E602C is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB629644-
CMYK0.3500.540.62
HSL99.23º37.14%27.45%-
HSV(B)99.23º54.17%37.65%-
XYZ6.629.573.88-
YUV79.91107.74115.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.69%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=30.69%
G=47.52%
B=21.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6296440.3500.540.6299.2337.1427.45
Hex3E602C230363E63251b
Octal761405443066761434533
Binary11111011000001011001000110110110111110110001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,96,44); }

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

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

 a { background-color: rgb(62,96,44); }

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

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

 span { border-color: rgb(62,96,44); }

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