Shades of Chateau Green #4D925B
Tints of Chateau Green #4D925B
RGB
CMYK
RGB Variations
Color information
#4D925B (or 0x4D925B) is known color: Chateau Green. HEX triplet: 4D, 92 and 5B. RGB value is (77,146,91). Sum of RGB (Red+Green+Blue) = 77+146+91=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #4D925B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D925B is #B26DA4. Grayscale: #777777. Windows color (decimal): -11693477 or 6001229. OLE color: 6001229.
HSL color Cylindrical-coordinate representation of color #4D925B: hue angle of 132.17º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D925B is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 146 | 91 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.43 |
| HSL | 132.17º | 0.31% | 0.44% | - |
| HSV(B) | 132.17º | 0.47% | 0.57% | - |
| XYZ | 15.23 | 22.89 | 13.51 | - |
| YUV | 119.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 91 | 0.47 | 0 | 0.38 | 0.43 | 132.17 | 0.31 | 0.44 |
| Hex | 4D | 92 | 5B | 2F | 0 | 26 | 2B | 84 | 1F | 2C |
| Octal | 115 | 222 | 133 | 57 | 0 | 46 | 53 | 204 | 37 | 54 |
| Binary | 1001101 | 10010010 | 1011011 | 101111 | 0 | 100110 | 101011 | 10000100 | 11111 | 101100 |
Color Harmonies of #4D925B
Complementary color
Monochromatic Colors of #4D925B
Black with #4D925B
Text Example
Text Example
White with #4D925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D925B; }
p { color: rgb(77,146,91); }
H1.HeaderClassName
{
color: #4D925B;
}
.AnyTagClassName
{
color: #4D925B;
}
</style>
background-color css
<style>
a { background-color: #4D925B; }
a { background-color: rgb(77,146,91); }
div.DivClassName
{
background-color: #4D925B;
}
.BgClassName
{
background-color: #4D925B;
}
</style>
border-color css
<style>
span { border-color: #4D925B; }
span { border-color: rgb(77,146,91); }
td.TdClassName
{
border-color: #4D925B;
}
.TagClassName
{
border-color: #4D925B;
}
</style>