Shades of Chateau Green #428E56
Tints of Chateau Green #428E56
RGB
CMYK
RGB Variations
Color information
#428E56 (or 0x428E56) is known color: Chateau Green. HEX triplet: 42, 8E and 56. RGB value is (66,142,86). Sum of RGB (Red+Green+Blue) = 66+142+86=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #428E56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428E56 is #BD71A9. Grayscale: #717171. Windows color (decimal): -12415402 or 5672514. OLE color: 5672514.
HSL color Cylindrical-coordinate representation of color #428E56: hue angle of 135.79º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428E56 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 142 | 86 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.44 |
| HSL | 135.79º | 0.37% | 0.41% | - |
| HSV(B) | 135.79º | 0.54% | 0.56% | - |
| XYZ | 13.6 | 21.18 | 12.17 | - |
| YUV | 112.89 | 112.82 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 86 | 0.54 | 0 | 0.39 | 0.44 | 135.79 | 0.37 | 0.41 |
| Hex | 42 | 8E | 56 | 36 | 0 | 27 | 2C | 88 | 25 | 29 |
| Octal | 102 | 216 | 126 | 66 | 0 | 47 | 54 | 210 | 45 | 51 |
| Binary | 1000010 | 10001110 | 1010110 | 110110 | 0 | 100111 | 101100 | 10001000 | 100101 | 101001 |
Color Harmonies of #428E56
Complementary color
Monochromatic Colors of #428E56
Black with #428E56
Text Example
Text Example
White with #428E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428E56; }
p { color: rgb(66,142,86); }
H1.HeaderClassName
{
color: #428E56;
}
.AnyTagClassName
{
color: #428E56;
}
</style>
background-color css
<style>
a { background-color: #428E56; }
a { background-color: rgb(66,142,86); }
div.DivClassName
{
background-color: #428E56;
}
.BgClassName
{
background-color: #428E56;
}
</style>
border-color css
<style>
span { border-color: #428E56; }
span { border-color: rgb(66,142,86); }
td.TdClassName
{
border-color: #428E56;
}
.TagClassName
{
border-color: #428E56;
}
</style>