Shades of Chateau Green #4BA464
Tints of Chateau Green #4BA464
RGB
CMYK
RGB Variations
Color information
#4BA464 (or 0x4BA464) is known color: Chateau Green. HEX triplet: 4B, A4 and 64. RGB value is (75,164,100). Sum of RGB (Red+Green+Blue) = 75+164+100=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA464 is #B45B9B. Grayscale: #828282. Windows color (decimal): -11819932 or 6595659. OLE color: 6595659.
HSL color Cylindrical-coordinate representation of color #4BA464: hue angle of 136.85º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA464 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 100 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.36 |
| HSL | 136.85º | 0.37% | 0.47% | - |
| HSV(B) | 136.85º | 0.54% | 0.64% | - |
| XYZ | 18.48 | 28.97 | 16.67 | - |
| YUV | 130.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 100 | 0.54 | 0 | 0.39 | 0.36 | 136.85 | 0.37 | 0.47 |
| Hex | 4B | A4 | 64 | 36 | 0 | 27 | 24 | 89 | 25 | 2F |
| Octal | 113 | 244 | 144 | 66 | 0 | 47 | 44 | 211 | 45 | 57 |
| Binary | 1001011 | 10100100 | 1100100 | 110110 | 0 | 100111 | 100100 | 10001001 | 100101 | 101111 |
Color Harmonies of #4BA464
Complementary color
Monochromatic Colors of #4BA464
Black with #4BA464
Text Example
Text Example
White with #4BA464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA464; }
p { color: rgb(75,164,100); }
H1.HeaderClassName
{
color: #4BA464;
}
.AnyTagClassName
{
color: #4BA464;
}
</style>
background-color css
<style>
a { background-color: #4BA464; }
a { background-color: rgb(75,164,100); }
div.DivClassName
{
background-color: #4BA464;
}
.BgClassName
{
background-color: #4BA464;
}
</style>
border-color css
<style>
span { border-color: #4BA464; }
span { border-color: rgb(75,164,100); }
td.TdClassName
{
border-color: #4BA464;
}
.TagClassName
{
border-color: #4BA464;
}
</style>