Shades of Chateau Green #4D975A
Tints of Chateau Green #4D975A
RGB
CMYK
RGB Variations
Color information
#4D975A (or 0x4D975A) is known color: Chateau Green. HEX triplet: 4D, 97 and 5A. RGB value is (77,151,90). Sum of RGB (Red+Green+Blue) = 77+151+90=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #4D975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D975A is #B268A5. Grayscale: #7A7A7A. Windows color (decimal): -11692198 or 5936973. OLE color: 5936973.
HSL color Cylindrical-coordinate representation of color #4D975A: hue angle of 130.54º 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 #4D975A is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 90 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.41 |
| HSL | 130.54º | 0.32% | 0.45% | - |
| HSV(B) | 130.54º | 0.49% | 0.59% | - |
| XYZ | 15.97 | 24.45 | 13.55 | - |
| YUV | 121.92 | 109.98 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 90 | 0.49 | 0 | 0.40 | 0.41 | 130.54 | 0.32 | 0.45 |
| Hex | 4D | 97 | 5A | 31 | 0 | 28 | 29 | 83 | 20 | 2D |
| Octal | 115 | 227 | 132 | 61 | 0 | 50 | 51 | 203 | 40 | 55 |
| Binary | 1001101 | 10010111 | 1011010 | 110001 | 0 | 101000 | 101001 | 10000011 | 100000 | 101101 |
Color Harmonies of #4D975A
Complementary color
Monochromatic Colors of #4D975A
Black with #4D975A
Text Example
Text Example
White with #4D975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D975A; }
p { color: rgb(77,151,90); }
H1.HeaderClassName
{
color: #4D975A;
}
.AnyTagClassName
{
color: #4D975A;
}
</style>
background-color css
<style>
a { background-color: #4D975A; }
a { background-color: rgb(77,151,90); }
div.DivClassName
{
background-color: #4D975A;
}
.BgClassName
{
background-color: #4D975A;
}
</style>
border-color css
<style>
span { border-color: #4D975A; }
span { border-color: rgb(77,151,90); }
td.TdClassName
{
border-color: #4D975A;
}
.TagClassName
{
border-color: #4D975A;
}
</style>