Shades of Chateau Green #42A353
Tints of Chateau Green #42A353
RGB
CMYK
RGB Variations
Color information
#42A353 (or 0x42A353) is known color: Chateau Green. HEX triplet: 42, A3 and 53. RGB value is (66,163,83). Sum of RGB (Red+Green+Blue) = 66+163+83=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #42A353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A353 is #BD5CAC. Grayscale: #7D7D7D. Windows color (decimal): -12410029 or 5481282. OLE color: 5481282.
HSL color Cylindrical-coordinate representation of color #42A353: hue angle of 130.52º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A353 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 163 | 83 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.36 |
| HSL | 130.52º | 0.42% | 0.45% | - |
| HSV(B) | 130.52º | 0.6% | 0.64% | - |
| XYZ | 16.91 | 27.98 | 12.69 | - |
| YUV | 124.88 | 104.36 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 163 | 83 | 0.60 | 0 | 0.49 | 0.36 | 130.52 | 0.42 | 0.45 |
| Hex | 42 | A3 | 53 | 3C | 0 | 31 | 24 | 83 | 2A | 2D |
| Octal | 102 | 243 | 123 | 74 | 0 | 61 | 44 | 203 | 52 | 55 |
| Binary | 1000010 | 10100011 | 1010011 | 111100 | 0 | 110001 | 100100 | 10000011 | 101010 | 101101 |
Color Harmonies of #42A353
Complementary color
Monochromatic Colors of #42A353
Black with #42A353
Text Example
Text Example
White with #42A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A353; }
p { color: rgb(66,163,83); }
H1.HeaderClassName
{
color: #42A353;
}
.AnyTagClassName
{
color: #42A353;
}
</style>
background-color css
<style>
a { background-color: #42A353; }
a { background-color: rgb(66,163,83); }
div.DivClassName
{
background-color: #42A353;
}
.BgClassName
{
background-color: #42A353;
}
</style>
border-color css
<style>
span { border-color: #42A353; }
span { border-color: rgb(66,163,83); }
td.TdClassName
{
border-color: #42A353;
}
.TagClassName
{
border-color: #42A353;
}
</style>