Shades of Chateau Green #4A975A
Tints of Chateau Green #4A975A
RGB
CMYK
RGB Variations
Color information
#4A975A (or 0x4A975A) is known color: Chateau Green. HEX triplet: 4A, 97 and 5A. RGB value is (74,151,90). Sum of RGB (Red+Green+Blue) = 74+151+90=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #4A975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A975A is #B568A5. Grayscale: #797979. Windows color (decimal): -11888806 or 5936970. OLE color: 5936970.
HSL color Cylindrical-coordinate representation of color #4A975A: hue angle of 132.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A975A is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 151 | 90 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.41 |
| HSL | 132.47º | 0.34% | 0.44% | - |
| HSV(B) | 132.47º | 0.51% | 0.59% | - |
| XYZ | 15.74 | 24.33 | 13.54 | - |
| YUV | 121.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 151 | 90 | 0.51 | 0 | 0.40 | 0.41 | 132.47 | 0.34 | 0.44 |
| Hex | 4A | 97 | 5A | 33 | 0 | 28 | 29 | 84 | 22 | 2C |
| Octal | 112 | 227 | 132 | 63 | 0 | 50 | 51 | 204 | 42 | 54 |
| Binary | 1001010 | 10010111 | 1011010 | 110011 | 0 | 101000 | 101001 | 10000100 | 100010 | 101100 |
Color Harmonies of #4A975A
Complementary color
Monochromatic Colors of #4A975A
Black with #4A975A
Text Example
Text Example
White with #4A975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A975A; }
p { color: rgb(74,151,90); }
H1.HeaderClassName
{
color: #4A975A;
}
.AnyTagClassName
{
color: #4A975A;
}
</style>
background-color css
<style>
a { background-color: #4A975A; }
a { background-color: rgb(74,151,90); }
div.DivClassName
{
background-color: #4A975A;
}
.BgClassName
{
background-color: #4A975A;
}
</style>
border-color css
<style>
span { border-color: #4A975A; }
span { border-color: rgb(74,151,90); }
td.TdClassName
{
border-color: #4A975A;
}
.TagClassName
{
border-color: #4A975A;
}
</style>