Shades of Chateau Green #4BA764
Tints of Chateau Green #4BA764
RGB
CMYK
RGB Variations
Color information
#4BA764 (or 0x4BA764) is known color: Chateau Green. HEX triplet: 4B, A7 and 64. RGB value is (75,167,100). Sum of RGB (Red+Green+Blue) = 75+167+100=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA764 is #B4589B. Grayscale: #848484. Windows color (decimal): -11819164 or 6596427. OLE color: 6596427.
HSL color Cylindrical-coordinate representation of color #4BA764: hue angle of 136.3º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA764 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 167 | 100 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.35 |
| HSL | 136.3º | 0.38% | 0.47% | - |
| HSV(B) | 136.3º | 0.55% | 0.65% | - |
| XYZ | 19.02 | 30.05 | 16.85 | - |
| YUV | 131.85 | 110.02 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 167 | 100 | 0.55 | 0 | 0.40 | 0.35 | 136.3 | 0.38 | 0.47 |
| Hex | 4B | A7 | 64 | 37 | 0 | 28 | 23 | 88 | 26 | 2F |
| Octal | 113 | 247 | 144 | 67 | 0 | 50 | 43 | 210 | 46 | 57 |
| Binary | 1001011 | 10100111 | 1100100 | 110111 | 0 | 101000 | 100011 | 10001000 | 100110 | 101111 |
Color Harmonies of #4BA764
Complementary color
Monochromatic Colors of #4BA764
Black with #4BA764
Text Example
Text Example
White with #4BA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA764; }
p { color: rgb(75,167,100); }
H1.HeaderClassName
{
color: #4BA764;
}
.AnyTagClassName
{
color: #4BA764;
}
</style>
background-color css
<style>
a { background-color: #4BA764; }
a { background-color: rgb(75,167,100); }
div.DivClassName
{
background-color: #4BA764;
}
.BgClassName
{
background-color: #4BA764;
}
</style>
border-color css
<style>
span { border-color: #4BA764; }
span { border-color: rgb(75,167,100); }
td.TdClassName
{
border-color: #4BA764;
}
.TagClassName
{
border-color: #4BA764;
}
</style>