#3C6232

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

Shades of Green House #3C6232

Tints of Green House #3C6232

Color information

#3C6232 (or 0x3C6232) is unknown color: approx Green House. HEX triplet: 3C, 62 and 32. RGB value is (60,98,50). Sum of RGB (Red+Green+Blue) = 60+98+50=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6232 is #C39DCD. Grayscale: #515151. Windows color (decimal): -12819918 or 3301948. OLE color: 3301948.

HSL color Cylindrical-coordinate representation of color #3C6232: hue angle of 107.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C6232 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB609850-
CMYK0.3900.490.62
HSL107.5º32.43%29.02%-
HSV(B)107.5º48.98%38.43%-
XYZ6.819.934.57-
YUV81.17110.41112.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.85%
GREEN value IS 98 (38.67% from 255) = 47.12%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=28.85%
G=47.12%
B=24.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6098500.3900.490.62107.532.4329.02
Hex3C6232270313E6c201d
Octal741426247061761544035
Binary11110011000101100101001110110001111110110110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,98,50); }

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

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

 a { background-color: rgb(60,98,50); }

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

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

 span { border-color: rgb(60,98,50); }

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