Shades of Chateau Green #428E54
Tints of Chateau Green #428E54
RGB
CMYK
RGB Variations
Color information
#428E54 (or 0x428E54) is known color: Chateau Green. HEX triplet: 42, 8E and 54. RGB value is (66,142,84). Sum of RGB (Red+Green+Blue) = 66+142+84=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #428E54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428E54 is #BD71AB. Grayscale: #707070. Windows color (decimal): -12415404 or 5541442. OLE color: 5541442.
HSL color Cylindrical-coordinate representation of color #428E54: hue angle of 134.21º 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 #428E54 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 142 | 84 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.44 |
| HSL | 134.21º | 0.37% | 0.41% | - |
| HSV(B) | 134.21º | 0.54% | 0.56% | - |
| XYZ | 13.52 | 21.14 | 11.76 | - |
| YUV | 112.66 | 111.82 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 84 | 0.54 | 0 | 0.41 | 0.44 | 134.21 | 0.37 | 0.41 |
| Hex | 42 | 8E | 54 | 36 | 0 | 29 | 2C | 86 | 25 | 29 |
| Octal | 102 | 216 | 124 | 66 | 0 | 51 | 54 | 206 | 45 | 51 |
| Binary | 1000010 | 10001110 | 1010100 | 110110 | 0 | 101001 | 101100 | 10000110 | 100101 | 101001 |
Color Harmonies of #428E54
Complementary color
Monochromatic Colors of #428E54
Black with #428E54
Text Example
Text Example
White with #428E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428E54; }
p { color: rgb(66,142,84); }
H1.HeaderClassName
{
color: #428E54;
}
.AnyTagClassName
{
color: #428E54;
}
</style>
background-color css
<style>
a { background-color: #428E54; }
a { background-color: rgb(66,142,84); }
div.DivClassName
{
background-color: #428E54;
}
.BgClassName
{
background-color: #428E54;
}
</style>
border-color css
<style>
span { border-color: #428E54; }
span { border-color: rgb(66,142,84); }
td.TdClassName
{
border-color: #428E54;
}
.TagClassName
{
border-color: #428E54;
}
</style>