Shades of Chateau Green #4B9565
Tints of Chateau Green #4B9565
RGB
CMYK
RGB Variations
Color information
#4B9565 (or 0x4B9565) is known color: Chateau Green. HEX triplet: 4B, 95 and 65. RGB value is (75,149,101). Sum of RGB (Red+Green+Blue) = 75+149+101=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9565 is #B46A9A. Grayscale: #797979. Windows color (decimal): -11823771 or 6657355. OLE color: 6657355.
HSL color Cylindrical-coordinate representation of color #4B9565: hue angle of 141.08º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9565 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 101 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.42 |
| HSL | 141.08º | 0.33% | 0.44% | - |
| HSV(B) | 141.08º | 0.5% | 0.58% | - |
| XYZ | 16 | 23.93 | 16.09 | - |
| YUV | 121.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 101 | 0.50 | 0 | 0.32 | 0.42 | 141.08 | 0.33 | 0.44 |
| Hex | 4B | 95 | 65 | 32 | 0 | 20 | 2A | 8D | 21 | 2C |
| Octal | 113 | 225 | 145 | 62 | 0 | 40 | 52 | 215 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1100101 | 110010 | 0 | 100000 | 101010 | 10001101 | 100001 | 101100 |
Color Harmonies of #4B9565
Complementary color
Monochromatic Colors of #4B9565
Black with #4B9565
Text Example
Text Example
White with #4B9565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9565; }
p { color: rgb(75,149,101); }
H1.HeaderClassName
{
color: #4B9565;
}
.AnyTagClassName
{
color: #4B9565;
}
</style>
background-color css
<style>
a { background-color: #4B9565; }
a { background-color: rgb(75,149,101); }
div.DivClassName
{
background-color: #4B9565;
}
.BgClassName
{
background-color: #4B9565;
}
</style>
border-color css
<style>
span { border-color: #4B9565; }
span { border-color: rgb(75,149,101); }
td.TdClassName
{
border-color: #4B9565;
}
.TagClassName
{
border-color: #4B9565;
}
</style>