Shades of Chateau Green #4AA65C
Tints of Chateau Green #4AA65C
RGB
CMYK
RGB Variations
Color information
#4AA65C (or 0x4AA65C) is known color: Chateau Green. HEX triplet: 4A, A6 and 5C. RGB value is (74,166,92). Sum of RGB (Red+Green+Blue) = 74+166+92=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA65C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA65C is #B559A3. Grayscale: #828282. Windows color (decimal): -11884964 or 6071882. OLE color: 6071882.
HSL color Cylindrical-coordinate representation of color #4AA65C: hue angle of 131.74º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA65C is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 166 | 92 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.35 |
| HSL | 131.74º | 0.38% | 0.47% | - |
| HSV(B) | 131.74º | 0.55% | 0.65% | - |
| XYZ | 18.39 | 29.5 | 14.85 | - |
| YUV | 130.06 | 106.52 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 92 | 0.55 | 0 | 0.45 | 0.35 | 131.74 | 0.38 | 0.47 |
| Hex | 4A | A6 | 5C | 37 | 0 | 2D | 23 | 84 | 26 | 2F |
| Octal | 112 | 246 | 134 | 67 | 0 | 55 | 43 | 204 | 46 | 57 |
| Binary | 1001010 | 10100110 | 1011100 | 110111 | 0 | 101101 | 100011 | 10000100 | 100110 | 101111 |
Color Harmonies of #4AA65C
Complementary color
Monochromatic Colors of #4AA65C
Black with #4AA65C
Text Example
Text Example
White with #4AA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA65C; }
p { color: rgb(74,166,92); }
H1.HeaderClassName
{
color: #4AA65C;
}
.AnyTagClassName
{
color: #4AA65C;
}
</style>
background-color css
<style>
a { background-color: #4AA65C; }
a { background-color: rgb(74,166,92); }
div.DivClassName
{
background-color: #4AA65C;
}
.BgClassName
{
background-color: #4AA65C;
}
</style>
border-color css
<style>
span { border-color: #4AA65C; }
span { border-color: rgb(74,166,92); }
td.TdClassName
{
border-color: #4AA65C;
}
.TagClassName
{
border-color: #4AA65C;
}
</style>