Shades of Green House #3C6333
Tints of Green House #3C6333
RGB
CMYK
RGB Variations
Color information
#3C6333 (or 0x3C6333) is known color: Green House. HEX triplet: 3C, 63 and 33. RGB value is (60,99,51). Sum of RGB (Red+Green+Blue) = 60+99+51=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6333 is #C39CCC. Grayscale: #525252. Windows color (decimal): -12819661 or 3367740. OLE color: 3367740.
HSL color Cylindrical-coordinate representation of color #3C6333: hue angle of 108.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C6333 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 99 | 51 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.61 |
| HSL | 108.75º | 0.32% | 0.29% | - |
| HSV(B) | 108.75º | 0.48% | 0.39% | - |
| XYZ | 6.92 | 10.12 | 4.72 | - |
| YUV | 81.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 51 | 0.39 | 0 | 0.48 | 0.61 | 108.75 | 0.32 | 0.29 |
| Hex | 3C | 63 | 33 | 27 | 0 | 30 | 3D | 6D | 20 | 1D |
| Octal | 74 | 143 | 63 | 47 | 0 | 60 | 75 | 155 | 40 | 35 |
| Binary | 111100 | 1100011 | 110011 | 100111 | 0 | 110000 | 111101 | 1101101 | 100000 | 11101 |
Color Harmonies of #3C6333
Complementary color
Monochromatic Colors of #3C6333
Black with #3C6333
Text Example
Text Example
White with #3C6333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6333; }
p { color: rgb(60,99,51); }
H1.HeaderClassName
{
color: #3C6333;
}
.AnyTagClassName
{
color: #3C6333;
}
</style>
background-color css
<style>
a { background-color: #3C6333; }
a { background-color: rgb(60,99,51); }
div.DivClassName
{
background-color: #3C6333;
}
.BgClassName
{
background-color: #3C6333;
}
</style>
border-color css
<style>
span { border-color: #3C6333; }
span { border-color: rgb(60,99,51); }
td.TdClassName
{
border-color: #3C6333;
}
.TagClassName
{
border-color: #3C6333;
}
</style>