Shades of Chateau Green #4BA25D
Tints of Chateau Green #4BA25D
RGB
CMYK
RGB Variations
Color information
#4BA25D (or 0x4BA25D) is known color: Chateau Green. HEX triplet: 4B, A2 and 5D. RGB value is (75,162,93). Sum of RGB (Red+Green+Blue) = 75+162+93=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA25D is #B45DA2. Grayscale: #808080. Windows color (decimal): -11820451 or 6136395. OLE color: 6136395.
HSL color Cylindrical-coordinate representation of color #4BA25D: hue angle of 132.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA25D is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 162 | 93 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.36 |
| HSL | 132.41º | 0.37% | 0.46% | - |
| HSV(B) | 132.41º | 0.54% | 0.64% | - |
| XYZ | 17.8 | 28.13 | 14.85 | - |
| YUV | 128.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 162 | 93 | 0.54 | 0 | 0.43 | 0.36 | 132.41 | 0.37 | 0.46 |
| Hex | 4B | A2 | 5D | 36 | 0 | 2B | 24 | 84 | 25 | 2E |
| Octal | 113 | 242 | 135 | 66 | 0 | 53 | 44 | 204 | 45 | 56 |
| Binary | 1001011 | 10100010 | 1011101 | 110110 | 0 | 101011 | 100100 | 10000100 | 100101 | 101110 |
Color Harmonies of #4BA25D
Complementary color
Monochromatic Colors of #4BA25D
Black with #4BA25D
Text Example
Text Example
White with #4BA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA25D; }
p { color: rgb(75,162,93); }
H1.HeaderClassName
{
color: #4BA25D;
}
.AnyTagClassName
{
color: #4BA25D;
}
</style>
background-color css
<style>
a { background-color: #4BA25D; }
a { background-color: rgb(75,162,93); }
div.DivClassName
{
background-color: #4BA25D;
}
.BgClassName
{
background-color: #4BA25D;
}
</style>
border-color css
<style>
span { border-color: #4BA25D; }
span { border-color: rgb(75,162,93); }
td.TdClassName
{
border-color: #4BA25D;
}
.TagClassName
{
border-color: #4BA25D;
}
</style>