Shades of Chateau Green #4D945F
Tints of Chateau Green #4D945F
RGB
CMYK
RGB Variations
Color information
#4D945F (or 0x4D945F) is known color: Chateau Green. HEX triplet: 4D, 94 and 5F. RGB value is (77,148,95). Sum of RGB (Red+Green+Blue) = 77+148+95=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #4D945F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D945F is #B26BA0. Grayscale: #787878. Windows color (decimal): -11692961 or 6263885. OLE color: 6263885.
HSL color Cylindrical-coordinate representation of color #4D945F: hue angle of 135.21º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D945F is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 95 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.42 |
| HSL | 135.21º | 0.32% | 0.44% | - |
| HSV(B) | 135.21º | 0.48% | 0.58% | - |
| XYZ | 15.72 | 23.58 | 14.55 | - |
| YUV | 120.73 | 113.48 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 95 | 0.48 | 0 | 0.36 | 0.42 | 135.21 | 0.32 | 0.44 |
| Hex | 4D | 94 | 5F | 30 | 0 | 24 | 2A | 87 | 20 | 2C |
| Octal | 115 | 224 | 137 | 60 | 0 | 44 | 52 | 207 | 40 | 54 |
| Binary | 1001101 | 10010100 | 1011111 | 110000 | 0 | 100100 | 101010 | 10000111 | 100000 | 101100 |
Color Harmonies of #4D945F
Complementary color
Monochromatic Colors of #4D945F
Black with #4D945F
Text Example
Text Example
White with #4D945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D945F; }
p { color: rgb(77,148,95); }
H1.HeaderClassName
{
color: #4D945F;
}
.AnyTagClassName
{
color: #4D945F;
}
</style>
background-color css
<style>
a { background-color: #4D945F; }
a { background-color: rgb(77,148,95); }
div.DivClassName
{
background-color: #4D945F;
}
.BgClassName
{
background-color: #4D945F;
}
</style>
border-color css
<style>
span { border-color: #4D945F; }
span { border-color: rgb(77,148,95); }
td.TdClassName
{
border-color: #4D945F;
}
.TagClassName
{
border-color: #4D945F;
}
</style>