Shades of Chateau Green #4BA05C
Tints of Chateau Green #4BA05C
RGB
CMYK
RGB Variations
Color information
#4BA05C (or 0x4BA05C) is known color: Chateau Green. HEX triplet: 4B, A0 and 5C. RGB value is (75,160,92). Sum of RGB (Red+Green+Blue) = 75+160+92=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA05C is #B45FA3. Grayscale: #7F7F7F. Windows color (decimal): -11820964 or 6070347. OLE color: 6070347.
HSL color Cylindrical-coordinate representation of color #4BA05C: hue angle of 132º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA05C is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 92 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.37 |
| HSL | 132º | 0.36% | 0.46% | - |
| HSV(B) | 132º | 0.53% | 0.63% | - |
| XYZ | 17.4 | 27.41 | 14.5 | - |
| YUV | 126.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 92 | 0.53 | 0 | 0.43 | 0.37 | 132 | 0.36 | 0.46 |
| Hex | 4B | A0 | 5C | 35 | 0 | 2B | 25 | 84 | 24 | 2E |
| Octal | 113 | 240 | 134 | 65 | 0 | 53 | 45 | 204 | 44 | 56 |
| Binary | 1001011 | 10100000 | 1011100 | 110101 | 0 | 101011 | 100101 | 10000100 | 100100 | 101110 |
Color Harmonies of #4BA05C
Complementary color
Monochromatic Colors of #4BA05C
Black with #4BA05C
Text Example
Text Example
White with #4BA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA05C; }
p { color: rgb(75,160,92); }
H1.HeaderClassName
{
color: #4BA05C;
}
.AnyTagClassName
{
color: #4BA05C;
}
</style>
background-color css
<style>
a { background-color: #4BA05C; }
a { background-color: rgb(75,160,92); }
div.DivClassName
{
background-color: #4BA05C;
}
.BgClassName
{
background-color: #4BA05C;
}
</style>
border-color css
<style>
span { border-color: #4BA05C; }
span { border-color: rgb(75,160,92); }
td.TdClassName
{
border-color: #4BA05C;
}
.TagClassName
{
border-color: #4BA05C;
}
</style>