Shades of Chateau Green #4D975B
Tints of Chateau Green #4D975B
RGB
CMYK
RGB Variations
Color information
#4D975B (or 0x4D975B) is known color: Chateau Green. HEX triplet: 4D, 97 and 5B. RGB value is (77,151,91). Sum of RGB (Red+Green+Blue) = 77+151+91=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #4D975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D975B is #B268A4. Grayscale: #7A7A7A. Windows color (decimal): -11692197 or 6002509. OLE color: 6002509.
HSL color Cylindrical-coordinate representation of color #4D975B: hue angle of 131.35º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D975B is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 91 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.41 |
| HSL | 131.35º | 0.32% | 0.45% | - |
| HSV(B) | 131.35º | 0.49% | 0.59% | - |
| XYZ | 16.02 | 24.47 | 13.78 | - |
| YUV | 122.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 91 | 0.49 | 0 | 0.40 | 0.41 | 131.35 | 0.32 | 0.45 |
| Hex | 4D | 97 | 5B | 31 | 0 | 28 | 29 | 83 | 20 | 2D |
| Octal | 115 | 227 | 133 | 61 | 0 | 50 | 51 | 203 | 40 | 55 |
| Binary | 1001101 | 10010111 | 1011011 | 110001 | 0 | 101000 | 101001 | 10000011 | 100000 | 101101 |
Color Harmonies of #4D975B
Complementary color
Monochromatic Colors of #4D975B
Black with #4D975B
Text Example
Text Example
White with #4D975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D975B; }
p { color: rgb(77,151,91); }
H1.HeaderClassName
{
color: #4D975B;
}
.AnyTagClassName
{
color: #4D975B;
}
</style>
background-color css
<style>
a { background-color: #4D975B; }
a { background-color: rgb(77,151,91); }
div.DivClassName
{
background-color: #4D975B;
}
.BgClassName
{
background-color: #4D975B;
}
</style>
border-color css
<style>
span { border-color: #4D975B; }
span { border-color: rgb(77,151,91); }
td.TdClassName
{
border-color: #4D975B;
}
.TagClassName
{
border-color: #4D975B;
}
</style>