Shades of Chateau Green #4D995C
Tints of Chateau Green #4D995C
RGB
CMYK
RGB Variations
Color information
#4D995C (or 0x4D995C) is known color: Chateau Green. HEX triplet: 4D, 99 and 5C. RGB value is (77,153,92). Sum of RGB (Red+Green+Blue) = 77+153+92=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #4D995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D995C is #B266A3. Grayscale: #7B7B7B. Windows color (decimal): -11691684 or 6068557. OLE color: 6068557.
HSL color Cylindrical-coordinate representation of color #4D995C: hue angle of 131.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D995C is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 92 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.4 |
| HSL | 131.84º | 0.33% | 0.45% | - |
| HSV(B) | 131.84º | 0.5% | 0.6% | - |
| XYZ | 16.38 | 25.13 | 14.11 | - |
| YUV | 123.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 92 | 0.50 | 0 | 0.40 | 0.4 | 131.84 | 0.33 | 0.45 |
| Hex | 4D | 99 | 5C | 32 | 0 | 28 | 28 | 84 | 21 | 2D |
| Octal | 115 | 231 | 134 | 62 | 0 | 50 | 50 | 204 | 41 | 55 |
| Binary | 1001101 | 10011001 | 1011100 | 110010 | 0 | 101000 | 101000 | 10000100 | 100001 | 101101 |
Color Harmonies of #4D995C
Complementary color
Monochromatic Colors of #4D995C
Black with #4D995C
Text Example
Text Example
White with #4D995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D995C; }
p { color: rgb(77,153,92); }
H1.HeaderClassName
{
color: #4D995C;
}
.AnyTagClassName
{
color: #4D995C;
}
</style>
background-color css
<style>
a { background-color: #4D995C; }
a { background-color: rgb(77,153,92); }
div.DivClassName
{
background-color: #4D995C;
}
.BgClassName
{
background-color: #4D995C;
}
</style>
border-color css
<style>
span { border-color: #4D995C; }
span { border-color: rgb(77,153,92); }
td.TdClassName
{
border-color: #4D995C;
}
.TagClassName
{
border-color: #4D995C;
}
</style>