Shades of Chateau Green #4D945A
Tints of Chateau Green #4D945A
RGB
CMYK
RGB Variations
Color information
#4D945A (or 0x4D945A) is known color: Chateau Green. HEX triplet: 4D, 94 and 5A. RGB value is (77,148,90). Sum of RGB (Red+Green+Blue) = 77+148+90=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #4D945A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D945A is #B26BA5. Grayscale: #787878. Windows color (decimal): -11692966 or 5936205. OLE color: 5936205.
HSL color Cylindrical-coordinate representation of color #4D945A: hue angle of 130.99º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D945A is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 90 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.42 |
| HSL | 130.99º | 0.32% | 0.44% | - |
| HSV(B) | 130.99º | 0.48% | 0.58% | - |
| XYZ | 15.5 | 23.5 | 13.39 | - |
| YUV | 120.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 90 | 0.48 | 0 | 0.39 | 0.42 | 130.99 | 0.32 | 0.44 |
| Hex | 4D | 94 | 5A | 30 | 0 | 27 | 2A | 83 | 20 | 2C |
| Octal | 115 | 224 | 132 | 60 | 0 | 47 | 52 | 203 | 40 | 54 |
| Binary | 1001101 | 10010100 | 1011010 | 110000 | 0 | 100111 | 101010 | 10000011 | 100000 | 101100 |
Color Harmonies of #4D945A
Complementary color
Monochromatic Colors of #4D945A
Black with #4D945A
Text Example
Text Example
White with #4D945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D945A; }
p { color: rgb(77,148,90); }
H1.HeaderClassName
{
color: #4D945A;
}
.AnyTagClassName
{
color: #4D945A;
}
</style>
background-color css
<style>
a { background-color: #4D945A; }
a { background-color: rgb(77,148,90); }
div.DivClassName
{
background-color: #4D945A;
}
.BgClassName
{
background-color: #4D945A;
}
</style>
border-color css
<style>
span { border-color: #4D945A; }
span { border-color: rgb(77,148,90); }
td.TdClassName
{
border-color: #4D945A;
}
.TagClassName
{
border-color: #4D945A;
}
</style>