Shades of Chateau Green #4B8D59
Tints of Chateau Green #4B8D59
RGB
CMYK
RGB Variations
Color information
#4B8D59 (or 0x4B8D59) is known color: Chateau Green. HEX triplet: 4B, 8D and 59. RGB value is (75,141,89). Sum of RGB (Red+Green+Blue) = 75+141+89=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #4B8D59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8D59 is #B472A6. Grayscale: #737373. Windows color (decimal): -11825831 or 5868875. OLE color: 5868875.
HSL color Cylindrical-coordinate representation of color #4B8D59: hue angle of 132.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8D59 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 141 | 89 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.45 |
| HSL | 132.73º | 0.31% | 0.42% | - |
| HSV(B) | 132.73º | 0.47% | 0.55% | - |
| XYZ | 14.23 | 21.27 | 12.81 | - |
| YUV | 115.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 141 | 89 | 0.47 | 0 | 0.37 | 0.45 | 132.73 | 0.31 | 0.42 |
| Hex | 4B | 8D | 59 | 2F | 0 | 25 | 2D | 85 | 1F | 2A |
| Octal | 113 | 215 | 131 | 57 | 0 | 45 | 55 | 205 | 37 | 52 |
| Binary | 1001011 | 10001101 | 1011001 | 101111 | 0 | 100101 | 101101 | 10000101 | 11111 | 101010 |
Color Harmonies of #4B8D59
Complementary color
Monochromatic Colors of #4B8D59
Black with #4B8D59
Text Example
Text Example
White with #4B8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8D59; }
p { color: rgb(75,141,89); }
H1.HeaderClassName
{
color: #4B8D59;
}
.AnyTagClassName
{
color: #4B8D59;
}
</style>
background-color css
<style>
a { background-color: #4B8D59; }
a { background-color: rgb(75,141,89); }
div.DivClassName
{
background-color: #4B8D59;
}
.BgClassName
{
background-color: #4B8D59;
}
</style>
border-color css
<style>
span { border-color: #4B8D59; }
span { border-color: rgb(75,141,89); }
td.TdClassName
{
border-color: #4B8D59;
}
.TagClassName
{
border-color: #4B8D59;
}
</style>