Shades of Chateau Green #4B9A64
Tints of Chateau Green #4B9A64
RGB
CMYK
RGB Variations
Color information
#4B9A64 (or 0x4B9A64) is known color: Chateau Green. HEX triplet: 4B, 9A and 64. RGB value is (75,154,100). Sum of RGB (Red+Green+Blue) = 75+154+100=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #4B9A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9A64 is #B4659B. Grayscale: #7C7C7C. Windows color (decimal): -11822492 or 6593099. OLE color: 6593099.
HSL color Cylindrical-coordinate representation of color #4B9A64: hue angle of 138.99º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9A64 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 154 | 100 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.40 |
| HSL | 138.99º | 0.34% | 0.45% | - |
| HSV(B) | 138.99º | 0.51% | 0.6% | - |
| XYZ | 16.76 | 25.53 | 16.1 | - |
| YUV | 124.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 154 | 100 | 0.51 | 0 | 0.35 | 0.40 | 138.99 | 0.34 | 0.45 |
| Hex | 4B | 9A | 64 | 33 | 0 | 23 | 28 | 8B | 22 | 2D |
| Octal | 113 | 232 | 144 | 63 | 0 | 43 | 50 | 213 | 42 | 55 |
| Binary | 1001011 | 10011010 | 1100100 | 110011 | 0 | 100011 | 101000 | 10001011 | 100010 | 101101 |
Color Harmonies of #4B9A64
Complementary color
Monochromatic Colors of #4B9A64
Black with #4B9A64
Text Example
Text Example
White with #4B9A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9A64; }
p { color: rgb(75,154,100); }
H1.HeaderClassName
{
color: #4B9A64;
}
.AnyTagClassName
{
color: #4B9A64;
}
</style>
background-color css
<style>
a { background-color: #4B9A64; }
a { background-color: rgb(75,154,100); }
div.DivClassName
{
background-color: #4B9A64;
}
.BgClassName
{
background-color: #4B9A64;
}
</style>
border-color css
<style>
span { border-color: #4B9A64; }
span { border-color: rgb(75,154,100); }
td.TdClassName
{
border-color: #4B9A64;
}
.TagClassName
{
border-color: #4B9A64;
}
</style>