Shades of Chateau Green #4D9064
Tints of Chateau Green #4D9064
RGB
CMYK
RGB Variations
Color information
#4D9064 (or 0x4D9064) is known color: Chateau Green. HEX triplet: 4D, 90 and 64. RGB value is (77,144,100). Sum of RGB (Red+Green+Blue) = 77+144+100=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #4D9064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9064 is #B26F9B. Grayscale: #777777. Windows color (decimal): -11693980 or 6590541. OLE color: 6590541.
HSL color Cylindrical-coordinate representation of color #4D9064: hue angle of 140.6º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D9064 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 100 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.44 |
| HSL | 140.6º | 0.3% | 0.43% | - |
| HSV(B) | 140.6º | 0.47% | 0.56% | - |
| XYZ | 15.33 | 22.44 | 15.58 | - |
| YUV | 118.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 100 | 0.47 | 0 | 0.31 | 0.44 | 140.6 | 0.3 | 0.43 |
| Hex | 4D | 90 | 64 | 2F | 0 | 1F | 2C | 8D | 1E | 2B |
| Octal | 115 | 220 | 144 | 57 | 0 | 37 | 54 | 215 | 36 | 53 |
| Binary | 1001101 | 10010000 | 1100100 | 101111 | 0 | 11111 | 101100 | 10001101 | 11110 | 101011 |
Color Harmonies of #4D9064
Complementary color
Monochromatic Colors of #4D9064
Black with #4D9064
Text Example
Text Example
White with #4D9064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9064; }
p { color: rgb(77,144,100); }
H1.HeaderClassName
{
color: #4D9064;
}
.AnyTagClassName
{
color: #4D9064;
}
</style>
background-color css
<style>
a { background-color: #4D9064; }
a { background-color: rgb(77,144,100); }
div.DivClassName
{
background-color: #4D9064;
}
.BgClassName
{
background-color: #4D9064;
}
</style>
border-color css
<style>
span { border-color: #4D9064; }
span { border-color: rgb(77,144,100); }
td.TdClassName
{
border-color: #4D9064;
}
.TagClassName
{
border-color: #4D9064;
}
</style>