Shades of Chateau Green #3C8C4A
Tints of Chateau Green #3C8C4A
RGB
CMYK
RGB Variations
Color information
#3C8C4A (or 0x3C8C4A) is known color: Chateau Green. HEX triplet: 3C, 8C and 4A. RGB value is (60,140,74). Sum of RGB (Red+Green+Blue) = 60+140+74=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #3C8C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8C4A is #C373B5. Grayscale: #6C6C6C. Windows color (decimal): -12809142 or 4885564. OLE color: 4885564.
HSL color Cylindrical-coordinate representation of color #3C8C4A: hue angle of 130.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8C4A is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 140 | 74 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.45 |
| HSL | 130.5º | 0.4% | 0.39% | - |
| HSV(B) | 130.5º | 0.57% | 0.55% | - |
| XYZ | 12.48 | 20.21 | 9.72 | - |
| YUV | 108.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 140 | 74 | 0.57 | 0 | 0.47 | 0.45 | 130.5 | 0.4 | 0.39 |
| Hex | 3C | 8C | 4A | 39 | 0 | 2F | 2D | 82 | 28 | 27 |
| Octal | 74 | 214 | 112 | 71 | 0 | 57 | 55 | 202 | 50 | 47 |
| Binary | 111100 | 10001100 | 1001010 | 111001 | 0 | 101111 | 101101 | 10000010 | 101000 | 100111 |
Color Harmonies of #3C8C4A
Complementary color
Monochromatic Colors of #3C8C4A
Black with #3C8C4A
Text Example
Text Example
White with #3C8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8C4A; }
p { color: rgb(60,140,74); }
H1.HeaderClassName
{
color: #3C8C4A;
}
.AnyTagClassName
{
color: #3C8C4A;
}
</style>
background-color css
<style>
a { background-color: #3C8C4A; }
a { background-color: rgb(60,140,74); }
div.DivClassName
{
background-color: #3C8C4A;
}
.BgClassName
{
background-color: #3C8C4A;
}
</style>
border-color css
<style>
span { border-color: #3C8C4A; }
span { border-color: rgb(60,140,74); }
td.TdClassName
{
border-color: #3C8C4A;
}
.TagClassName
{
border-color: #3C8C4A;
}
</style>