Shades of Chateau Green #42AD5E
Tints of Chateau Green #42AD5E
RGB
CMYK
RGB Variations
Color information
#42AD5E (or 0x42AD5E) is known color: Chateau Green. HEX triplet: 42, AD and 5E. RGB value is (66,173,94). Sum of RGB (Red+Green+Blue) = 66+173+94=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AD5E is #BD52A1. Grayscale: #848484. Windows color (decimal): -12407458 or 6204738. OLE color: 6204738.
HSL color Cylindrical-coordinate representation of color #42AD5E: hue angle of 135.7º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AD5E is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 173 | 94 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.32 |
| HSL | 135.7º | 0.45% | 0.47% | - |
| HSV(B) | 135.7º | 0.62% | 0.68% | - |
| XYZ | 19.21 | 31.85 | 15.73 | - |
| YUV | 132 | 106.55 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 94 | 0.62 | 0 | 0.46 | 0.32 | 135.7 | 0.45 | 0.47 |
| Hex | 42 | AD | 5E | 3E | 0 | 2E | 20 | 88 | 2D | 2F |
| Octal | 102 | 255 | 136 | 76 | 0 | 56 | 40 | 210 | 55 | 57 |
| Binary | 1000010 | 10101101 | 1011110 | 111110 | 0 | 101110 | 100000 | 10001000 | 101101 | 101111 |
Color Harmonies of #42AD5E
Complementary color
Monochromatic Colors of #42AD5E
Black with #42AD5E
Text Example
Text Example
White with #42AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AD5E; }
p { color: rgb(66,173,94); }
H1.HeaderClassName
{
color: #42AD5E;
}
.AnyTagClassName
{
color: #42AD5E;
}
</style>
background-color css
<style>
a { background-color: #42AD5E; }
a { background-color: rgb(66,173,94); }
div.DivClassName
{
background-color: #42AD5E;
}
.BgClassName
{
background-color: #42AD5E;
}
</style>
border-color css
<style>
span { border-color: #42AD5E; }
span { border-color: rgb(66,173,94); }
td.TdClassName
{
border-color: #42AD5E;
}
.TagClassName
{
border-color: #42AD5E;
}
</style>