Shades of Chateau Green #3C984B
Tints of Chateau Green #3C984B
RGB
CMYK
RGB Variations
Color information
#3C984B (or 0x3C984B) is known color: Chateau Green. HEX triplet: 3C, 98 and 4B. RGB value is (60,152,75). Sum of RGB (Red+Green+Blue) = 60+152+75=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #3C984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C984B is #C367B4. Grayscale: #737373. Windows color (decimal): -12806069 or 4954172. OLE color: 4954172.
HSL color Cylindrical-coordinate representation of color #3C984B: hue angle of 129.78º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C984B is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 152 | 75 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.40 |
| HSL | 129.78º | 0.43% | 0.42% | - |
| HSV(B) | 129.78º | 0.61% | 0.6% | - |
| XYZ | 14.36 | 23.93 | 10.52 | - |
| YUV | 115.71 | 105.02 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 152 | 75 | 0.61 | 0 | 0.51 | 0.40 | 129.78 | 0.43 | 0.42 |
| Hex | 3C | 98 | 4B | 3D | 0 | 33 | 28 | 82 | 2B | 2A |
| Octal | 74 | 230 | 113 | 75 | 0 | 63 | 50 | 202 | 53 | 52 |
| Binary | 111100 | 10011000 | 1001011 | 111101 | 0 | 110011 | 101000 | 10000010 | 101011 | 101010 |
Color Harmonies of #3C984B
Complementary color
Monochromatic Colors of #3C984B
Black with #3C984B
Text Example
Text Example
White with #3C984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C984B; }
p { color: rgb(60,152,75); }
H1.HeaderClassName
{
color: #3C984B;
}
.AnyTagClassName
{
color: #3C984B;
}
</style>
background-color css
<style>
a { background-color: #3C984B; }
a { background-color: rgb(60,152,75); }
div.DivClassName
{
background-color: #3C984B;
}
.BgClassName
{
background-color: #3C984B;
}
</style>
border-color css
<style>
span { border-color: #3C984B; }
span { border-color: rgb(60,152,75); }
td.TdClassName
{
border-color: #3C984B;
}
.TagClassName
{
border-color: #3C984B;
}
</style>