Shades of Chateau Green #4CA25B
Tints of Chateau Green #4CA25B
RGB
CMYK
RGB Variations
Color information
#4CA25B (or 0x4CA25B) is known color: Chateau Green. HEX triplet: 4C, A2 and 5B. RGB value is (76,162,91). Sum of RGB (Red+Green+Blue) = 76+162+91=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA25B is #B35DA4. Grayscale: #808080. Windows color (decimal): -11754917 or 6005324. OLE color: 6005324.
HSL color Cylindrical-coordinate representation of color #4CA25B: hue angle of 130.47º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA25B is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 91 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.36 |
| HSL | 130.47º | 0.36% | 0.47% | - |
| HSV(B) | 130.47º | 0.53% | 0.64% | - |
| XYZ | 17.79 | 28.13 | 14.39 | - |
| YUV | 128.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 91 | 0.53 | 0 | 0.44 | 0.36 | 130.47 | 0.36 | 0.47 |
| Hex | 4C | A2 | 5B | 35 | 0 | 2C | 24 | 82 | 24 | 2F |
| Octal | 114 | 242 | 133 | 65 | 0 | 54 | 44 | 202 | 44 | 57 |
| Binary | 1001100 | 10100010 | 1011011 | 110101 | 0 | 101100 | 100100 | 10000010 | 100100 | 101111 |
Color Harmonies of #4CA25B
Complementary color
Monochromatic Colors of #4CA25B
Black with #4CA25B
Text Example
Text Example
White with #4CA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA25B; }
p { color: rgb(76,162,91); }
H1.HeaderClassName
{
color: #4CA25B;
}
.AnyTagClassName
{
color: #4CA25B;
}
</style>
background-color css
<style>
a { background-color: #4CA25B; }
a { background-color: rgb(76,162,91); }
div.DivClassName
{
background-color: #4CA25B;
}
.BgClassName
{
background-color: #4CA25B;
}
</style>
border-color css
<style>
span { border-color: #4CA25B; }
span { border-color: rgb(76,162,91); }
td.TdClassName
{
border-color: #4CA25B;
}
.TagClassName
{
border-color: #4CA25B;
}
</style>