Shades of Chateau Green #42AB5D
Tints of Chateau Green #42AB5D
RGB
CMYK
RGB Variations
Color information
#42AB5D (or 0x42AB5D) is known color: Chateau Green. HEX triplet: 42, AB and 5D. RGB value is (66,171,93). Sum of RGB (Red+Green+Blue) = 66+171+93=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB5D is #BD54A2. Grayscale: #828282. Windows color (decimal): -12407971 or 6138690. OLE color: 6138690.
HSL color Cylindrical-coordinate representation of color #42AB5D: hue angle of 135.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB5D is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 93 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.33 |
| HSL | 135.43º | 0.44% | 0.46% | - |
| HSV(B) | 135.43º | 0.61% | 0.67% | - |
| XYZ | 18.79 | 31.07 | 15.36 | - |
| YUV | 130.71 | 106.71 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 93 | 0.61 | 0 | 0.46 | 0.33 | 135.43 | 0.44 | 0.46 |
| Hex | 42 | AB | 5D | 3D | 0 | 2E | 21 | 87 | 2C | 2E |
| Octal | 102 | 253 | 135 | 75 | 0 | 56 | 41 | 207 | 54 | 56 |
| Binary | 1000010 | 10101011 | 1011101 | 111101 | 0 | 101110 | 100001 | 10000111 | 101100 | 101110 |
Color Harmonies of #42AB5D
Complementary color
Monochromatic Colors of #42AB5D
Black with #42AB5D
Text Example
Text Example
White with #42AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB5D; }
p { color: rgb(66,171,93); }
H1.HeaderClassName
{
color: #42AB5D;
}
.AnyTagClassName
{
color: #42AB5D;
}
</style>
background-color css
<style>
a { background-color: #42AB5D; }
a { background-color: rgb(66,171,93); }
div.DivClassName
{
background-color: #42AB5D;
}
.BgClassName
{
background-color: #42AB5D;
}
</style>
border-color css
<style>
span { border-color: #42AB5D; }
span { border-color: rgb(66,171,93); }
td.TdClassName
{
border-color: #42AB5D;
}
.TagClassName
{
border-color: #42AB5D;
}
</style>