Shades of Chateau Green #3C8F52
Tints of Chateau Green #3C8F52
RGB
CMYK
RGB Variations
Color information
#3C8F52 (or 0x3C8F52) is known color: Chateau Green. HEX triplet: 3C, 8F and 52. RGB value is (60,143,82). Sum of RGB (Red+Green+Blue) = 60+143+82=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #3C8F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8F52 is #C370AD. Grayscale: #6F6F6F. Windows color (decimal): -12808366 or 5410620. OLE color: 5410620.
HSL color Cylindrical-coordinate representation of color #3C8F52: hue angle of 135.9º 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 #3C8F52 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 143 | 82 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.44 |
| HSL | 135.9º | 0.41% | 0.4% | - |
| HSV(B) | 135.9º | 0.58% | 0.56% | - |
| XYZ | 13.21 | 21.21 | 11.38 | - |
| YUV | 111.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 143 | 82 | 0.58 | 0 | 0.43 | 0.44 | 135.9 | 0.41 | 0.4 |
| Hex | 3C | 8F | 52 | 3A | 0 | 2B | 2C | 88 | 29 | 28 |
| Octal | 74 | 217 | 122 | 72 | 0 | 53 | 54 | 210 | 51 | 50 |
| Binary | 111100 | 10001111 | 1010010 | 111010 | 0 | 101011 | 101100 | 10001000 | 101001 | 101000 |
Color Harmonies of #3C8F52
Complementary color
Monochromatic Colors of #3C8F52
Black with #3C8F52
Text Example
Text Example
White with #3C8F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8F52; }
p { color: rgb(60,143,82); }
H1.HeaderClassName
{
color: #3C8F52;
}
.AnyTagClassName
{
color: #3C8F52;
}
</style>
background-color css
<style>
a { background-color: #3C8F52; }
a { background-color: rgb(60,143,82); }
div.DivClassName
{
background-color: #3C8F52;
}
.BgClassName
{
background-color: #3C8F52;
}
</style>
border-color css
<style>
span { border-color: #3C8F52; }
span { border-color: rgb(60,143,82); }
td.TdClassName
{
border-color: #3C8F52;
}
.TagClassName
{
border-color: #3C8F52;
}
</style>