Shades of Chateau Green #3A924A
Tints of Chateau Green #3A924A
RGB
CMYK
RGB Variations
Color information
#3A924A (or 0x3A924A) is known color: Chateau Green. HEX triplet: 3A, 92 and 4A. RGB value is (58,146,74). Sum of RGB (Red+Green+Blue) = 58+146+74=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #3A924A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A924A is #C56DB5. Grayscale: #6F6F6F. Windows color (decimal): -12938678 or 4887098. OLE color: 4887098.
HSL color Cylindrical-coordinate representation of color #3A924A: hue angle of 130.91º 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 #3A924A is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 74 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.43 |
| HSL | 130.91º | 0.43% | 0.4% | - |
| HSV(B) | 130.91º | 0.6% | 0.57% | - |
| XYZ | 13.26 | 21.95 | 10.02 | - |
| YUV | 111.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 74 | 0.60 | 0 | 0.49 | 0.43 | 130.91 | 0.43 | 0.4 |
| Hex | 3A | 92 | 4A | 3C | 0 | 31 | 2B | 83 | 2B | 28 |
| Octal | 72 | 222 | 112 | 74 | 0 | 61 | 53 | 203 | 53 | 50 |
| Binary | 111010 | 10010010 | 1001010 | 111100 | 0 | 110001 | 101011 | 10000011 | 101011 | 101000 |
Color Harmonies of #3A924A
Complementary color
Monochromatic Colors of #3A924A
Black with #3A924A
Text Example
Text Example
White with #3A924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A924A; }
p { color: rgb(58,146,74); }
H1.HeaderClassName
{
color: #3A924A;
}
.AnyTagClassName
{
color: #3A924A;
}
</style>
background-color css
<style>
a { background-color: #3A924A; }
a { background-color: rgb(58,146,74); }
div.DivClassName
{
background-color: #3A924A;
}
.BgClassName
{
background-color: #3A924A;
}
</style>
border-color css
<style>
span { border-color: #3A924A; }
span { border-color: rgb(58,146,74); }
td.TdClassName
{
border-color: #3A924A;
}
.TagClassName
{
border-color: #3A924A;
}
</style>