Shades of Chateau Green #3A924C
Tints of Chateau Green #3A924C
RGB
CMYK
RGB Variations
Color information
#3A924C (or 0x3A924C) is known color: Chateau Green. HEX triplet: 3A, 92 and 4C. RGB value is (58,146,76). Sum of RGB (Red+Green+Blue) = 58+146+76=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #3A924C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A924C is #C56DB3. Grayscale: #6F6F6F. Windows color (decimal): -12938676 or 5018170. OLE color: 5018170.
HSL color Cylindrical-coordinate representation of color #3A924C: hue angle of 132.27º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A924C is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 76 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.43 |
| HSL | 132.27º | 0.43% | 0.4% | - |
| HSV(B) | 132.27º | 0.6% | 0.57% | - |
| XYZ | 13.33 | 21.98 | 10.38 | - |
| YUV | 111.71 | 107.85 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 76 | 0.60 | 0 | 0.48 | 0.43 | 132.27 | 0.43 | 0.4 |
| Hex | 3A | 92 | 4C | 3C | 0 | 30 | 2B | 84 | 2B | 28 |
| Octal | 72 | 222 | 114 | 74 | 0 | 60 | 53 | 204 | 53 | 50 |
| Binary | 111010 | 10010010 | 1001100 | 111100 | 0 | 110000 | 101011 | 10000100 | 101011 | 101000 |
Color Harmonies of #3A924C
Complementary color
Monochromatic Colors of #3A924C
Black with #3A924C
Text Example
Text Example
White with #3A924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A924C; }
p { color: rgb(58,146,76); }
H1.HeaderClassName
{
color: #3A924C;
}
.AnyTagClassName
{
color: #3A924C;
}
</style>
background-color css
<style>
a { background-color: #3A924C; }
a { background-color: rgb(58,146,76); }
div.DivClassName
{
background-color: #3A924C;
}
.BgClassName
{
background-color: #3A924C;
}
</style>
border-color css
<style>
span { border-color: #3A924C; }
span { border-color: rgb(58,146,76); }
td.TdClassName
{
border-color: #3A924C;
}
.TagClassName
{
border-color: #3A924C;
}
</style>