Shades of Green House #3C6428
Tints of Green House #3C6428
RGB
CMYK
RGB Variations
Color information
#3C6428 (or 0x3C6428) is known color: Green House. HEX triplet: 3C, 64 and 28. RGB value is (60,100,40). Sum of RGB (Red+Green+Blue) = 60+100+40=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #3C6428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6428 is #C39BD7. Grayscale: #515151. Windows color (decimal): -12819416 or 2647100. OLE color: 2647100.
HSL color Cylindrical-coordinate representation of color #3C6428: hue angle of 100º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C6428 is Cyan = 0.4, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 100 | 40 | - |
| CMYK | 0.4 | 0 | 0.6 | 0.61 |
| HSL | 100º | 0.43% | 0.27% | - |
| HSV(B) | 100º | 0.6% | 0.39% | - |
| XYZ | 6.8 | 10.23 | 3.62 | - |
| YUV | 81.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 40 | 0.4 | 0 | 0.6 | 0.61 | 100 | 0.43 | 0.27 |
| Hex | 3C | 64 | 28 | 28 | 0 | 3C | 3D | 64 | 2B | 1B |
| Octal | 74 | 144 | 50 | 50 | 0 | 74 | 75 | 144 | 53 | 33 |
| Binary | 111100 | 1100100 | 101000 | 101000 | 0 | 111100 | 111101 | 1100100 | 101011 | 11011 |
Color Harmonies of #3C6428
Complementary color
Monochromatic Colors of #3C6428
Black with #3C6428
Text Example
Text Example
White with #3C6428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6428; }
p { color: rgb(60,100,40); }
H1.HeaderClassName
{
color: #3C6428;
}
.AnyTagClassName
{
color: #3C6428;
}
</style>
background-color css
<style>
a { background-color: #3C6428; }
a { background-color: rgb(60,100,40); }
div.DivClassName
{
background-color: #3C6428;
}
.BgClassName
{
background-color: #3C6428;
}
</style>
border-color css
<style>
span { border-color: #3C6428; }
span { border-color: rgb(60,100,40); }
td.TdClassName
{
border-color: #3C6428;
}
.TagClassName
{
border-color: #3C6428;
}
</style>