Shades of Green House #3C6033
Tints of Green House #3C6033
RGB
CMYK
RGB Variations
Color information
#3C6033 (or 0x3C6033) is known color: Green House. HEX triplet: 3C, 60 and 33. RGB value is (60,96,51). Sum of RGB (Red+Green+Blue) = 60+96+51=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6033 is #C39FCC. Grayscale: #505050. Windows color (decimal): -12820429 or 3366972. OLE color: 3366972.
HSL color Cylindrical-coordinate representation of color #3C6033: hue angle of 108º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C6033 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 51 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.62 |
| HSL | 108º | 0.31% | 0.29% | - |
| HSV(B) | 108º | 0.47% | 0.38% | - |
| XYZ | 6.64 | 9.57 | 4.63 | - |
| YUV | 80.11 | 111.57 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 51 | 0.38 | 0 | 0.47 | 0.62 | 108 | 0.31 | 0.29 |
| Hex | 3C | 60 | 33 | 26 | 0 | 2F | 3E | 6C | 1F | 1D |
| Octal | 74 | 140 | 63 | 46 | 0 | 57 | 76 | 154 | 37 | 35 |
| Binary | 111100 | 1100000 | 110011 | 100110 | 0 | 101111 | 111110 | 1101100 | 11111 | 11101 |
Color Harmonies of #3C6033
Complementary color
Monochromatic Colors of #3C6033
Black with #3C6033
Text Example
Text Example
White with #3C6033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6033; }
p { color: rgb(60,96,51); }
H1.HeaderClassName
{
color: #3C6033;
}
.AnyTagClassName
{
color: #3C6033;
}
</style>
background-color css
<style>
a { background-color: #3C6033; }
a { background-color: rgb(60,96,51); }
div.DivClassName
{
background-color: #3C6033;
}
.BgClassName
{
background-color: #3C6033;
}
</style>
border-color css
<style>
span { border-color: #3C6033; }
span { border-color: rgb(60,96,51); }
td.TdClassName
{
border-color: #3C6033;
}
.TagClassName
{
border-color: #3C6033;
}
</style>