Shades of Chateau Green #4A985D
Tints of Chateau Green #4A985D
RGB
CMYK
RGB Variations
Color information
#4A985D (or 0x4A985D) is known color: Chateau Green. HEX triplet: 4A, 98 and 5D. RGB value is (74,152,93). Sum of RGB (Red+Green+Blue) = 74+152+93=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #4A985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A985D is #B567A2. Grayscale: #7A7A7A. Windows color (decimal): -11888547 or 6133834. OLE color: 6133834.
HSL color Cylindrical-coordinate representation of color #4A985D: hue angle of 134.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A985D is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 152 | 93 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.40 |
| HSL | 134.62º | 0.35% | 0.44% | - |
| HSV(B) | 134.62º | 0.51% | 0.6% | - |
| XYZ | 16.03 | 24.7 | 14.28 | - |
| YUV | 121.95 | 111.66 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 93 | 0.51 | 0 | 0.39 | 0.40 | 134.62 | 0.35 | 0.44 |
| Hex | 4A | 98 | 5D | 33 | 0 | 27 | 28 | 87 | 23 | 2C |
| Octal | 112 | 230 | 135 | 63 | 0 | 47 | 50 | 207 | 43 | 54 |
| Binary | 1001010 | 10011000 | 1011101 | 110011 | 0 | 100111 | 101000 | 10000111 | 100011 | 101100 |
Color Harmonies of #4A985D
Complementary color
Monochromatic Colors of #4A985D
Black with #4A985D
Text Example
Text Example
White with #4A985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A985D; }
p { color: rgb(74,152,93); }
H1.HeaderClassName
{
color: #4A985D;
}
.AnyTagClassName
{
color: #4A985D;
}
</style>
background-color css
<style>
a { background-color: #4A985D; }
a { background-color: rgb(74,152,93); }
div.DivClassName
{
background-color: #4A985D;
}
.BgClassName
{
background-color: #4A985D;
}
</style>
border-color css
<style>
span { border-color: #4A985D; }
span { border-color: rgb(74,152,93); }
td.TdClassName
{
border-color: #4A985D;
}
.TagClassName
{
border-color: #4A985D;
}
</style>