Shades of Green House #3C602B
Tints of Green House #3C602B
RGB
CMYK
RGB Variations
Color information
#3C602B (or 0x3C602B) is known color: Green House. HEX triplet: 3C, 60 and 2B. RGB value is (60,96,43). Sum of RGB (Red+Green+Blue) = 60+96+43=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #3C602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C602B is #C39FD4. Grayscale: #4F4F4F. Windows color (decimal): -12820437 or 2842684. OLE color: 2842684.
HSL color Cylindrical-coordinate representation of color #3C602B: hue angle of 100.75º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C602B is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 43 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.62 |
| HSL | 100.75º | 0.38% | 0.27% | - |
| HSV(B) | 100.75º | 0.55% | 0.38% | - |
| XYZ | 6.48 | 9.5 | 3.78 | - |
| YUV | 79.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 43 | 0.38 | 0 | 0.55 | 0.62 | 100.75 | 0.38 | 0.27 |
| Hex | 3C | 60 | 2B | 26 | 0 | 37 | 3E | 65 | 26 | 1B |
| Octal | 74 | 140 | 53 | 46 | 0 | 67 | 76 | 145 | 46 | 33 |
| Binary | 111100 | 1100000 | 101011 | 100110 | 0 | 110111 | 111110 | 1100101 | 100110 | 11011 |
Color Harmonies of #3C602B
Complementary color
Monochromatic Colors of #3C602B
Black with #3C602B
Text Example
Text Example
White with #3C602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C602B; }
p { color: rgb(60,96,43); }
H1.HeaderClassName
{
color: #3C602B;
}
.AnyTagClassName
{
color: #3C602B;
}
</style>
background-color css
<style>
a { background-color: #3C602B; }
a { background-color: rgb(60,96,43); }
div.DivClassName
{
background-color: #3C602B;
}
.BgClassName
{
background-color: #3C602B;
}
</style>
border-color css
<style>
span { border-color: #3C602B; }
span { border-color: rgb(60,96,43); }
td.TdClassName
{
border-color: #3C602B;
}
.TagClassName
{
border-color: #3C602B;
}
</style>