Shades of Chateau Green #4A925E
Tints of Chateau Green #4A925E
RGB
CMYK
RGB Variations
Color information
#4A925E (or 0x4A925E) is known color: Chateau Green. HEX triplet: 4A, 92 and 5E. RGB value is (74,146,94). Sum of RGB (Red+Green+Blue) = 74+146+94=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #4A925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A925E is #B56DA1. Grayscale: #767676. Windows color (decimal): -11890082 or 6197834. OLE color: 6197834.
HSL color Cylindrical-coordinate representation of color #4A925E: hue angle of 136.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A925E is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 146 | 94 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.43 |
| HSL | 136.67º | 0.33% | 0.43% | - |
| HSV(B) | 136.67º | 0.49% | 0.57% | - |
| XYZ | 15.12 | 22.82 | 14.2 | - |
| YUV | 118.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 146 | 94 | 0.49 | 0 | 0.36 | 0.43 | 136.67 | 0.33 | 0.43 |
| Hex | 4A | 92 | 5E | 31 | 0 | 24 | 2B | 89 | 21 | 2B |
| Octal | 112 | 222 | 136 | 61 | 0 | 44 | 53 | 211 | 41 | 53 |
| Binary | 1001010 | 10010010 | 1011110 | 110001 | 0 | 100100 | 101011 | 10001001 | 100001 | 101011 |
Color Harmonies of #4A925E
Complementary color
Monochromatic Colors of #4A925E
Black with #4A925E
Text Example
Text Example
White with #4A925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A925E; }
p { color: rgb(74,146,94); }
H1.HeaderClassName
{
color: #4A925E;
}
.AnyTagClassName
{
color: #4A925E;
}
</style>
background-color css
<style>
a { background-color: #4A925E; }
a { background-color: rgb(74,146,94); }
div.DivClassName
{
background-color: #4A925E;
}
.BgClassName
{
background-color: #4A925E;
}
</style>
border-color css
<style>
span { border-color: #4A925E; }
span { border-color: rgb(74,146,94); }
td.TdClassName
{
border-color: #4A925E;
}
.TagClassName
{
border-color: #4A925E;
}
</style>