Shades of Chateau Green #3C8D4D
Tints of Chateau Green #3C8D4D
RGB
CMYK
RGB Variations
Color information
#3C8D4D (or 0x3C8D4D) is known color: Chateau Green. HEX triplet: 3C, 8D and 4D. RGB value is (60,141,77). Sum of RGB (Red+Green+Blue) = 60+141+77=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D4D is #C372B2. Grayscale: #6D6D6D. Windows color (decimal): -12808883 or 5082428. OLE color: 5082428.
HSL color Cylindrical-coordinate representation of color #3C8D4D: hue angle of 132.59º 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 #3C8D4D is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 141 | 77 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.45 |
| HSL | 132.59º | 0.4% | 0.39% | - |
| HSV(B) | 132.59º | 0.57% | 0.55% | - |
| XYZ | 12.73 | 20.55 | 10.32 | - |
| YUV | 109.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 141 | 77 | 0.57 | 0 | 0.45 | 0.45 | 132.59 | 0.4 | 0.39 |
| Hex | 3C | 8D | 4D | 39 | 0 | 2D | 2D | 85 | 28 | 27 |
| Octal | 74 | 215 | 115 | 71 | 0 | 55 | 55 | 205 | 50 | 47 |
| Binary | 111100 | 10001101 | 1001101 | 111001 | 0 | 101101 | 101101 | 10000101 | 101000 | 100111 |
Color Harmonies of #3C8D4D
Complementary color
Monochromatic Colors of #3C8D4D
Black with #3C8D4D
Text Example
Text Example
White with #3C8D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8D4D; }
p { color: rgb(60,141,77); }
H1.HeaderClassName
{
color: #3C8D4D;
}
.AnyTagClassName
{
color: #3C8D4D;
}
</style>
background-color css
<style>
a { background-color: #3C8D4D; }
a { background-color: rgb(60,141,77); }
div.DivClassName
{
background-color: #3C8D4D;
}
.BgClassName
{
background-color: #3C8D4D;
}
</style>
border-color css
<style>
span { border-color: #3C8D4D; }
span { border-color: rgb(60,141,77); }
td.TdClassName
{
border-color: #3C8D4D;
}
.TagClassName
{
border-color: #3C8D4D;
}
</style>