#3E6030

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

Shades of Green House #3E6030

Tints of Green House #3E6030

Color information

#3E6030 (or 0x3E6030) is unknown color: approx Green House. HEX triplet: 3E, 60 and 30. RGB value is (62,96,48). Sum of RGB (Red+Green+Blue) = 62+96+48=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6030 is #C19FCF. Grayscale: #505050. Windows color (decimal): -12689360 or 3170366. OLE color: 3170366.

HSL color Cylindrical-coordinate representation of color #3E6030: hue angle of 102.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E6030 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB629648-
CMYK0.3500.500.62
HSL102.5º33.33%28.24%-
HSV(B)102.5º50%37.65%-
XYZ6.79.64.3-
YUV80.36109.74114.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.10%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=30.10%
G=46.60%
B=23.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6296480.3500.500.62102.533.3328.24
Hex3E6030230323E66211c
Octal761406043062761464134
Binary11111011000001100001000110110010111110110011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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