Shades of Chateau Green #4BA962
Tints of Chateau Green #4BA962
RGB
CMYK
RGB Variations
Color information
#4BA962 (or 0x4BA962) is known color: Chateau Green. HEX triplet: 4B, A9 and 62. RGB value is (75,169,98). Sum of RGB (Red+Green+Blue) = 75+169+98=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #4BA962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA962 is #B4569D. Grayscale: #848484. Windows color (decimal): -11818654 or 6465867. OLE color: 6465867.
HSL color Cylindrical-coordinate representation of color #4BA962: hue angle of 134.68º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BA962 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 169 | 98 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.34 |
| HSL | 134.68º | 0.39% | 0.48% | - |
| HSV(B) | 134.68º | 0.56% | 0.66% | - |
| XYZ | 19.29 | 30.75 | 16.47 | - |
| YUV | 132.8 | 108.36 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 169 | 98 | 0.56 | 0 | 0.42 | 0.34 | 134.68 | 0.39 | 0.48 |
| Hex | 4B | A9 | 62 | 38 | 0 | 2A | 22 | 87 | 27 | 30 |
| Octal | 113 | 251 | 142 | 70 | 0 | 52 | 42 | 207 | 47 | 60 |
| Binary | 1001011 | 10101001 | 1100010 | 111000 | 0 | 101010 | 100010 | 10000111 | 100111 | 110000 |
Color Harmonies of #4BA962
Complementary color
Monochromatic Colors of #4BA962
Black with #4BA962
Text Example
Text Example
White with #4BA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA962; }
p { color: rgb(75,169,98); }
H1.HeaderClassName
{
color: #4BA962;
}
.AnyTagClassName
{
color: #4BA962;
}
</style>
background-color css
<style>
a { background-color: #4BA962; }
a { background-color: rgb(75,169,98); }
div.DivClassName
{
background-color: #4BA962;
}
.BgClassName
{
background-color: #4BA962;
}
</style>
border-color css
<style>
span { border-color: #4BA962; }
span { border-color: rgb(75,169,98); }
td.TdClassName
{
border-color: #4BA962;
}
.TagClassName
{
border-color: #4BA962;
}
</style>