#3E632C

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

Shades of Green House #3E632C

Tints of Green House #3E632C

Color information

#3E632C (or 0x3E632C) is unknown color: approx Green House. HEX triplet: 3E, 63 and 2C. RGB value is (62,99,44). Sum of RGB (Red+Green+Blue) = 62+99+44=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #3E632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E632C is #C19CD3. Grayscale: #515151. Windows color (decimal): -12688596 or 2908990. OLE color: 2908990.

HSL color Cylindrical-coordinate representation of color #3E632C: hue angle of 100.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E632C is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB629944-
CMYK0.3700.560.61
HSL100.36º38.46%28.04%-
HSV(B)100.36º55.56%38.82%-
XYZ6.910.133.97-
YUV81.67106.74113.97-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.24%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=30.24%
G=48.29%
B=21.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6299440.3700.560.61100.3638.4628.04
Hex3E632C250383D64261c
Octal761435445070751444634
Binary11111011000111011001001010111000111101110010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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