Shades of Chateau Green #4BA35C
Tints of Chateau Green #4BA35C
RGB
CMYK
RGB Variations
Color information
#4BA35C (or 0x4BA35C) is known color: Chateau Green. HEX triplet: 4B, A3 and 5C. RGB value is (75,163,92). Sum of RGB (Red+Green+Blue) = 75+163+92=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA35C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA35C is #B45CA3. Grayscale: #808080. Windows color (decimal): -11820196 or 6071115. OLE color: 6071115.
HSL color Cylindrical-coordinate representation of color #4BA35C: hue angle of 131.59º 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 #4BA35C is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 92 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.36 |
| HSL | 131.59º | 0.37% | 0.47% | - |
| HSV(B) | 131.59º | 0.54% | 0.64% | - |
| XYZ | 17.93 | 28.46 | 14.67 | - |
| YUV | 128.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 92 | 0.54 | 0 | 0.44 | 0.36 | 131.59 | 0.37 | 0.47 |
| Hex | 4B | A3 | 5C | 36 | 0 | 2C | 24 | 84 | 25 | 2F |
| Octal | 113 | 243 | 134 | 66 | 0 | 54 | 44 | 204 | 45 | 57 |
| Binary | 1001011 | 10100011 | 1011100 | 110110 | 0 | 101100 | 100100 | 10000100 | 100101 | 101111 |
Color Harmonies of #4BA35C
Complementary color
Monochromatic Colors of #4BA35C
Black with #4BA35C
Text Example
Text Example
White with #4BA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA35C; }
p { color: rgb(75,163,92); }
H1.HeaderClassName
{
color: #4BA35C;
}
.AnyTagClassName
{
color: #4BA35C;
}
</style>
background-color css
<style>
a { background-color: #4BA35C; }
a { background-color: rgb(75,163,92); }
div.DivClassName
{
background-color: #4BA35C;
}
.BgClassName
{
background-color: #4BA35C;
}
</style>
border-color css
<style>
span { border-color: #4BA35C; }
span { border-color: rgb(75,163,92); }
td.TdClassName
{
border-color: #4BA35C;
}
.TagClassName
{
border-color: #4BA35C;
}
</style>