Shades of Chateau Green #4DAB62
Tints of Chateau Green #4DAB62
RGB
CMYK
RGB Variations
Color information
#4DAB62 (or 0x4DAB62) is known color: Chateau Green. HEX triplet: 4D, AB and 62. RGB value is (77,171,98). Sum of RGB (Red+Green+Blue) = 77+171+98=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB62 is #B2549D. Grayscale: #868686. Windows color (decimal): -11687070 or 6466381. OLE color: 6466381.
HSL color Cylindrical-coordinate representation of color #4DAB62: hue angle of 133.4º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAB62 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 98 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.33 |
| HSL | 133.4º | 0.38% | 0.49% | - |
| HSV(B) | 133.4º | 0.55% | 0.67% | - |
| XYZ | 19.83 | 31.59 | 16.61 | - |
| YUV | 134.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 98 | 0.55 | 0 | 0.43 | 0.33 | 133.4 | 0.38 | 0.49 |
| Hex | 4D | AB | 62 | 37 | 0 | 2B | 21 | 85 | 26 | 31 |
| Octal | 115 | 253 | 142 | 67 | 0 | 53 | 41 | 205 | 46 | 61 |
| Binary | 1001101 | 10101011 | 1100010 | 110111 | 0 | 101011 | 100001 | 10000101 | 100110 | 110001 |
Color Harmonies of #4DAB62
Complementary color
Monochromatic Colors of #4DAB62
Black with #4DAB62
Text Example
Text Example
White with #4DAB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAB62; }
p { color: rgb(77,171,98); }
H1.HeaderClassName
{
color: #4DAB62;
}
.AnyTagClassName
{
color: #4DAB62;
}
</style>
background-color css
<style>
a { background-color: #4DAB62; }
a { background-color: rgb(77,171,98); }
div.DivClassName
{
background-color: #4DAB62;
}
.BgClassName
{
background-color: #4DAB62;
}
</style>
border-color css
<style>
span { border-color: #4DAB62; }
span { border-color: rgb(77,171,98); }
td.TdClassName
{
border-color: #4DAB62;
}
.TagClassName
{
border-color: #4DAB62;
}
</style>