Shades of Chateau Green #3C8F50
Tints of Chateau Green #3C8F50
RGB
CMYK
RGB Variations
Color information
#3C8F50 (or 0x3C8F50) is known color: Chateau Green. HEX triplet: 3C, 8F and 50. RGB value is (60,143,80). Sum of RGB (Red+Green+Blue) = 60+143+80=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #3C8F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8F50 is #C370AF. Grayscale: #6F6F6F. Windows color (decimal): -12808368 or 5279548. OLE color: 5279548.
HSL color Cylindrical-coordinate representation of color #3C8F50: hue angle of 134.46º 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 #3C8F50 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 143 | 80 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.44 |
| HSL | 134.46º | 0.41% | 0.4% | - |
| HSV(B) | 134.46º | 0.58% | 0.56% | - |
| XYZ | 13.13 | 21.18 | 10.99 | - |
| YUV | 111 | 110.5 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 143 | 80 | 0.58 | 0 | 0.44 | 0.44 | 134.46 | 0.41 | 0.4 |
| Hex | 3C | 8F | 50 | 3A | 0 | 2C | 2C | 86 | 29 | 28 |
| Octal | 74 | 217 | 120 | 72 | 0 | 54 | 54 | 206 | 51 | 50 |
| Binary | 111100 | 10001111 | 1010000 | 111010 | 0 | 101100 | 101100 | 10000110 | 101001 | 101000 |
Color Harmonies of #3C8F50
Complementary color
Monochromatic Colors of #3C8F50
Black with #3C8F50
Text Example
Text Example
White with #3C8F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8F50; }
p { color: rgb(60,143,80); }
H1.HeaderClassName
{
color: #3C8F50;
}
.AnyTagClassName
{
color: #3C8F50;
}
</style>
background-color css
<style>
a { background-color: #3C8F50; }
a { background-color: rgb(60,143,80); }
div.DivClassName
{
background-color: #3C8F50;
}
.BgClassName
{
background-color: #3C8F50;
}
</style>
border-color css
<style>
span { border-color: #3C8F50; }
span { border-color: rgb(60,143,80); }
td.TdClassName
{
border-color: #3C8F50;
}
.TagClassName
{
border-color: #3C8F50;
}
</style>