Shades of Chateau Green #4A9F5D
Tints of Chateau Green #4A9F5D
RGB
CMYK
RGB Variations
Color information
#4A9F5D (or 0x4A9F5D) is known color: Chateau Green. HEX triplet: 4A, 9F and 5D. RGB value is (74,159,93). Sum of RGB (Red+Green+Blue) = 74+159+93=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #4A9F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9F5D is #B560A2. Grayscale: #7E7E7E. Windows color (decimal): -11886755 or 6135626. OLE color: 6135626.
HSL color Cylindrical-coordinate representation of color #4A9F5D: hue angle of 133.41º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9F5D is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 159 | 93 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.38 |
| HSL | 133.41º | 0.36% | 0.46% | - |
| HSV(B) | 133.41º | 0.53% | 0.62% | - |
| XYZ | 17.2 | 27.04 | 14.67 | - |
| YUV | 126.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 159 | 93 | 0.53 | 0 | 0.42 | 0.38 | 133.41 | 0.36 | 0.46 |
| Hex | 4A | 9F | 5D | 35 | 0 | 2A | 26 | 85 | 24 | 2E |
| Octal | 112 | 237 | 135 | 65 | 0 | 52 | 46 | 205 | 44 | 56 |
| Binary | 1001010 | 10011111 | 1011101 | 110101 | 0 | 101010 | 100110 | 10000101 | 100100 | 101110 |
Color Harmonies of #4A9F5D
Complementary color
Monochromatic Colors of #4A9F5D
Black with #4A9F5D
Text Example
Text Example
White with #4A9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9F5D; }
p { color: rgb(74,159,93); }
H1.HeaderClassName
{
color: #4A9F5D;
}
.AnyTagClassName
{
color: #4A9F5D;
}
</style>
background-color css
<style>
a { background-color: #4A9F5D; }
a { background-color: rgb(74,159,93); }
div.DivClassName
{
background-color: #4A9F5D;
}
.BgClassName
{
background-color: #4A9F5D;
}
</style>
border-color css
<style>
span { border-color: #4A9F5D; }
span { border-color: rgb(74,159,93); }
td.TdClassName
{
border-color: #4A9F5D;
}
.TagClassName
{
border-color: #4A9F5D;
}
</style>