Shades of Chateau Green #4D995B
Tints of Chateau Green #4D995B
RGB
CMYK
RGB Variations
Color information
#4D995B (or 0x4D995B) is known color: Chateau Green. HEX triplet: 4D, 99 and 5B. RGB value is (77,153,91). Sum of RGB (Red+Green+Blue) = 77+153+91=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #4D995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D995B is #B266A4. Grayscale: #7B7B7B. Windows color (decimal): -11691685 or 6003021. OLE color: 6003021.
HSL color Cylindrical-coordinate representation of color #4D995B: hue angle of 131.05º 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 #4D995B is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 91 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.4 |
| HSL | 131.05º | 0.33% | 0.45% | - |
| HSV(B) | 131.05º | 0.5% | 0.6% | - |
| XYZ | 16.34 | 25.12 | 13.88 | - |
| YUV | 123.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 91 | 0.50 | 0 | 0.41 | 0.4 | 131.05 | 0.33 | 0.45 |
| Hex | 4D | 99 | 5B | 32 | 0 | 29 | 28 | 83 | 21 | 2D |
| Octal | 115 | 231 | 133 | 62 | 0 | 51 | 50 | 203 | 41 | 55 |
| Binary | 1001101 | 10011001 | 1011011 | 110010 | 0 | 101001 | 101000 | 10000011 | 100001 | 101101 |
Color Harmonies of #4D995B
Complementary color
Monochromatic Colors of #4D995B
Black with #4D995B
Text Example
Text Example
White with #4D995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D995B; }
p { color: rgb(77,153,91); }
H1.HeaderClassName
{
color: #4D995B;
}
.AnyTagClassName
{
color: #4D995B;
}
</style>
background-color css
<style>
a { background-color: #4D995B; }
a { background-color: rgb(77,153,91); }
div.DivClassName
{
background-color: #4D995B;
}
.BgClassName
{
background-color: #4D995B;
}
</style>
border-color css
<style>
span { border-color: #4D995B; }
span { border-color: rgb(77,153,91); }
td.TdClassName
{
border-color: #4D995B;
}
.TagClassName
{
border-color: #4D995B;
}
</style>