Shades of Chateau Green #4BA35D
Tints of Chateau Green #4BA35D
RGB
CMYK
RGB Variations
Color information
#4BA35D (or 0x4BA35D) is known color: Chateau Green. HEX triplet: 4B, A3 and 5D. RGB value is (75,163,93). Sum of RGB (Red+Green+Blue) = 75+163+93=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA35D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA35D is #B45CA2. Grayscale: #808080. Windows color (decimal): -11820195 or 6136651. OLE color: 6136651.
HSL color Cylindrical-coordinate representation of color #4BA35D: hue angle of 132.27º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA35D is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 93 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.36 |
| HSL | 132.27º | 0.37% | 0.47% | - |
| HSV(B) | 132.27º | 0.54% | 0.64% | - |
| XYZ | 17.97 | 28.48 | 14.91 | - |
| YUV | 128.71 | 107.85 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 93 | 0.54 | 0 | 0.43 | 0.36 | 132.27 | 0.37 | 0.47 |
| Hex | 4B | A3 | 5D | 36 | 0 | 2B | 24 | 84 | 25 | 2F |
| Octal | 113 | 243 | 135 | 66 | 0 | 53 | 44 | 204 | 45 | 57 |
| Binary | 1001011 | 10100011 | 1011101 | 110110 | 0 | 101011 | 100100 | 10000100 | 100101 | 101111 |
Color Harmonies of #4BA35D
Complementary color
Monochromatic Colors of #4BA35D
Black with #4BA35D
Text Example
Text Example
White with #4BA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA35D; }
p { color: rgb(75,163,93); }
H1.HeaderClassName
{
color: #4BA35D;
}
.AnyTagClassName
{
color: #4BA35D;
}
</style>
background-color css
<style>
a { background-color: #4BA35D; }
a { background-color: rgb(75,163,93); }
div.DivClassName
{
background-color: #4BA35D;
}
.BgClassName
{
background-color: #4BA35D;
}
</style>
border-color css
<style>
span { border-color: #4BA35D; }
span { border-color: rgb(75,163,93); }
td.TdClassName
{
border-color: #4BA35D;
}
.TagClassName
{
border-color: #4BA35D;
}
</style>