Shades of Chateau Green #4D8F5F
Tints of Chateau Green #4D8F5F
RGB
CMYK
RGB Variations
Color information
#4D8F5F (or 0x4D8F5F) is known color: Chateau Green. HEX triplet: 4D, 8F and 5F. RGB value is (77,143,95). Sum of RGB (Red+Green+Blue) = 77+143+95=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #4D8F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8F5F is #B270A0. Grayscale: #757575. Windows color (decimal): -11694241 or 6262605. OLE color: 6262605.
HSL color Cylindrical-coordinate representation of color #4D8F5F: hue angle of 136.36º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8F5F is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 143 | 95 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.44 |
| HSL | 136.36º | 0.3% | 0.43% | - |
| HSV(B) | 136.36º | 0.46% | 0.56% | - |
| XYZ | 14.95 | 22.05 | 14.29 | - |
| YUV | 117.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 95 | 0.46 | 0 | 0.34 | 0.44 | 136.36 | 0.3 | 0.43 |
| Hex | 4D | 8F | 5F | 2E | 0 | 22 | 2C | 88 | 1E | 2B |
| Octal | 115 | 217 | 137 | 56 | 0 | 42 | 54 | 210 | 36 | 53 |
| Binary | 1001101 | 10001111 | 1011111 | 101110 | 0 | 100010 | 101100 | 10001000 | 11110 | 101011 |
Color Harmonies of #4D8F5F
Complementary color
Monochromatic Colors of #4D8F5F
Black with #4D8F5F
Text Example
Text Example
White with #4D8F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8F5F; }
p { color: rgb(77,143,95); }
H1.HeaderClassName
{
color: #4D8F5F;
}
.AnyTagClassName
{
color: #4D8F5F;
}
</style>
background-color css
<style>
a { background-color: #4D8F5F; }
a { background-color: rgb(77,143,95); }
div.DivClassName
{
background-color: #4D8F5F;
}
.BgClassName
{
background-color: #4D8F5F;
}
</style>
border-color css
<style>
span { border-color: #4D8F5F; }
span { border-color: rgb(77,143,95); }
td.TdClassName
{
border-color: #4D8F5F;
}
.TagClassName
{
border-color: #4D8F5F;
}
</style>