Shades of Chateau Green #3C8F53
Tints of Chateau Green #3C8F53
RGB
CMYK
RGB Variations
Color information
#3C8F53 (or 0x3C8F53) is known color: Chateau Green. HEX triplet: 3C, 8F and 53. RGB value is (60,143,83). Sum of RGB (Red+Green+Blue) = 60+143+83=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #3C8F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8F53 is #C370AC. Grayscale: #6F6F6F. Windows color (decimal): -12808365 or 5476156. OLE color: 5476156.
HSL color Cylindrical-coordinate representation of color #3C8F53: hue angle of 136.63º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8F53 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 143 | 83 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.44 |
| HSL | 136.63º | 0.41% | 0.4% | - |
| HSV(B) | 136.63º | 0.58% | 0.56% | - |
| XYZ | 13.25 | 21.23 | 11.58 | - |
| YUV | 111.34 | 112 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 143 | 83 | 0.58 | 0 | 0.42 | 0.44 | 136.63 | 0.41 | 0.4 |
| Hex | 3C | 8F | 53 | 3A | 0 | 2A | 2C | 89 | 29 | 28 |
| Octal | 74 | 217 | 123 | 72 | 0 | 52 | 54 | 211 | 51 | 50 |
| Binary | 111100 | 10001111 | 1010011 | 111010 | 0 | 101010 | 101100 | 10001001 | 101001 | 101000 |
Color Harmonies of #3C8F53
Complementary color
Monochromatic Colors of #3C8F53
Black with #3C8F53
Text Example
Text Example
White with #3C8F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8F53; }
p { color: rgb(60,143,83); }
H1.HeaderClassName
{
color: #3C8F53;
}
.AnyTagClassName
{
color: #3C8F53;
}
</style>
background-color css
<style>
a { background-color: #3C8F53; }
a { background-color: rgb(60,143,83); }
div.DivClassName
{
background-color: #3C8F53;
}
.BgClassName
{
background-color: #3C8F53;
}
</style>
border-color css
<style>
span { border-color: #3C8F53; }
span { border-color: rgb(60,143,83); }
td.TdClassName
{
border-color: #3C8F53;
}
.TagClassName
{
border-color: #3C8F53;
}
</style>