Shades of Chateau Green #4A9C5C
Tints of Chateau Green #4A9C5C
RGB
CMYK
RGB Variations
Color information
#4A9C5C (or 0x4A9C5C) is known color: Chateau Green. HEX triplet: 4A, 9C and 5C. RGB value is (74,156,92). Sum of RGB (Red+Green+Blue) = 74+156+92=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #4A9C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9C5C is #B563A3. Grayscale: #7C7C7C. Windows color (decimal): -11887524 or 6069322. OLE color: 6069322.
HSL color Cylindrical-coordinate representation of color #4A9C5C: hue angle of 133.17º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9C5C is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 156 | 92 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.39 |
| HSL | 133.17º | 0.36% | 0.45% | - |
| HSV(B) | 133.17º | 0.53% | 0.61% | - |
| XYZ | 16.64 | 26.01 | 14.27 | - |
| YUV | 124.19 | 109.83 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 156 | 92 | 0.53 | 0 | 0.41 | 0.39 | 133.17 | 0.36 | 0.45 |
| Hex | 4A | 9C | 5C | 35 | 0 | 29 | 27 | 85 | 24 | 2D |
| Octal | 112 | 234 | 134 | 65 | 0 | 51 | 47 | 205 | 44 | 55 |
| Binary | 1001010 | 10011100 | 1011100 | 110101 | 0 | 101001 | 100111 | 10000101 | 100100 | 101101 |
Color Harmonies of #4A9C5C
Complementary color
Monochromatic Colors of #4A9C5C
Black with #4A9C5C
Text Example
Text Example
White with #4A9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9C5C; }
p { color: rgb(74,156,92); }
H1.HeaderClassName
{
color: #4A9C5C;
}
.AnyTagClassName
{
color: #4A9C5C;
}
</style>
background-color css
<style>
a { background-color: #4A9C5C; }
a { background-color: rgb(74,156,92); }
div.DivClassName
{
background-color: #4A9C5C;
}
.BgClassName
{
background-color: #4A9C5C;
}
</style>
border-color css
<style>
span { border-color: #4A9C5C; }
span { border-color: rgb(74,156,92); }
td.TdClassName
{
border-color: #4A9C5C;
}
.TagClassName
{
border-color: #4A9C5C;
}
</style>