Shades of Chateau Green #3C914C
Tints of Chateau Green #3C914C
RGB
CMYK
RGB Variations
Color information
#3C914C (or 0x3C914C) is known color: Chateau Green. HEX triplet: 3C, 91 and 4C. RGB value is (60,145,76). Sum of RGB (Red+Green+Blue) = 60+145+76=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #3C914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C914C is #C36EB3. Grayscale: #6F6F6F. Windows color (decimal): -12807860 or 5017916. OLE color: 5017916.
HSL color Cylindrical-coordinate representation of color #3C914C: hue angle of 131.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C914C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 145 | 76 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.43 |
| HSL | 131.29º | 0.41% | 0.4% | - |
| HSV(B) | 131.29º | 0.59% | 0.57% | - |
| XYZ | 13.29 | 21.73 | 10.33 | - |
| YUV | 111.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 76 | 0.59 | 0 | 0.48 | 0.43 | 131.29 | 0.41 | 0.4 |
| Hex | 3C | 91 | 4C | 3B | 0 | 30 | 2B | 83 | 29 | 28 |
| Octal | 74 | 221 | 114 | 73 | 0 | 60 | 53 | 203 | 51 | 50 |
| Binary | 111100 | 10010001 | 1001100 | 111011 | 0 | 110000 | 101011 | 10000011 | 101001 | 101000 |
Color Harmonies of #3C914C
Complementary color
Monochromatic Colors of #3C914C
Black with #3C914C
Text Example
Text Example
White with #3C914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C914C; }
p { color: rgb(60,145,76); }
H1.HeaderClassName
{
color: #3C914C;
}
.AnyTagClassName
{
color: #3C914C;
}
</style>
background-color css
<style>
a { background-color: #3C914C; }
a { background-color: rgb(60,145,76); }
div.DivClassName
{
background-color: #3C914C;
}
.BgClassName
{
background-color: #3C914C;
}
</style>
border-color css
<style>
span { border-color: #3C914C; }
span { border-color: rgb(60,145,76); }
td.TdClassName
{
border-color: #3C914C;
}
.TagClassName
{
border-color: #3C914C;
}
</style>