Shades of Chateau Green #40A353
Tints of Chateau Green #40A353
RGB
CMYK
RGB Variations
Color information
#40A353 (or 0x40A353) is known color: Chateau Green. HEX triplet: 40, A3 and 53. RGB value is (64,163,83). Sum of RGB (Red+Green+Blue) = 64+163+83=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #40A353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A353 is #BF5CAC. Grayscale: #7C7C7C. Windows color (decimal): -12541101 or 5481280. OLE color: 5481280.
HSL color Cylindrical-coordinate representation of color #40A353: hue angle of 131.52º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A353 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 163 | 83 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.36 |
| HSL | 131.52º | 0.44% | 0.45% | - |
| HSV(B) | 131.52º | 0.61% | 0.64% | - |
| XYZ | 16.77 | 27.91 | 12.69 | - |
| YUV | 124.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 163 | 83 | 0.61 | 0 | 0.49 | 0.36 | 131.52 | 0.44 | 0.45 |
| Hex | 40 | A3 | 53 | 3D | 0 | 31 | 24 | 84 | 2C | 2D |
| Octal | 100 | 243 | 123 | 75 | 0 | 61 | 44 | 204 | 54 | 55 |
| Binary | 1000000 | 10100011 | 1010011 | 111101 | 0 | 110001 | 100100 | 10000100 | 101100 | 101101 |
Color Harmonies of #40A353
Complementary color
Monochromatic Colors of #40A353
Black with #40A353
Text Example
Text Example
White with #40A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A353; }
p { color: rgb(64,163,83); }
H1.HeaderClassName
{
color: #40A353;
}
.AnyTagClassName
{
color: #40A353;
}
</style>
background-color css
<style>
a { background-color: #40A353; }
a { background-color: rgb(64,163,83); }
div.DivClassName
{
background-color: #40A353;
}
.BgClassName
{
background-color: #40A353;
}
</style>
border-color css
<style>
span { border-color: #40A353; }
span { border-color: rgb(64,163,83); }
td.TdClassName
{
border-color: #40A353;
}
.TagClassName
{
border-color: #40A353;
}
</style>