Shades of Green House #3C6328
Tints of Green House #3C6328
RGB
CMYK
RGB Variations
Color information
#3C6328 (or 0x3C6328) is known color: Green House. HEX triplet: 3C, 63 and 28. RGB value is (60,99,40). Sum of RGB (Red+Green+Blue) = 60+99+40=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6328 is #C39CD7. Grayscale: #505050. Windows color (decimal): -12819672 or 2646844. OLE color: 2646844.
HSL color Cylindrical-coordinate representation of color #3C6328: hue angle of 99.66º degrees, saturation: 0.42, 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 #3C6328 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 99 | 40 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.61 |
| HSL | 99.66º | 0.42% | 0.27% | - |
| HSV(B) | 99.66º | 0.6% | 0.39% | - |
| XYZ | 6.71 | 10.04 | 3.59 | - |
| YUV | 80.61 | 105.08 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 40 | 0.39 | 0 | 0.60 | 0.61 | 99.66 | 0.42 | 0.27 |
| Hex | 3C | 63 | 28 | 27 | 0 | 3C | 3D | 64 | 2A | 1B |
| Octal | 74 | 143 | 50 | 47 | 0 | 74 | 75 | 144 | 52 | 33 |
| Binary | 111100 | 1100011 | 101000 | 100111 | 0 | 111100 | 111101 | 1100100 | 101010 | 11011 |
Color Harmonies of #3C6328
Complementary color
Monochromatic Colors of #3C6328
Black with #3C6328
Text Example
Text Example
White with #3C6328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6328; }
p { color: rgb(60,99,40); }
H1.HeaderClassName
{
color: #3C6328;
}
.AnyTagClassName
{
color: #3C6328;
}
</style>
background-color css
<style>
a { background-color: #3C6328; }
a { background-color: rgb(60,99,40); }
div.DivClassName
{
background-color: #3C6328;
}
.BgClassName
{
background-color: #3C6328;
}
</style>
border-color css
<style>
span { border-color: #3C6328; }
span { border-color: rgb(60,99,40); }
td.TdClassName
{
border-color: #3C6328;
}
.TagClassName
{
border-color: #3C6328;
}
</style>