Shades of Chateau Green #428E52
Tints of Chateau Green #428E52
RGB
CMYK
RGB Variations
Color information
#428E52 (or 0x428E52) is known color: Chateau Green. HEX triplet: 42, 8E and 52. RGB value is (66,142,82). Sum of RGB (Red+Green+Blue) = 66+142+82=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #428E52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428E52 is #BD71AD. Grayscale: #707070. Windows color (decimal): -12415406 or 5410370. OLE color: 5410370.
HSL color Cylindrical-coordinate representation of color #428E52: hue angle of 132.63º 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 #428E52 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 142 | 82 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.44 |
| HSL | 132.63º | 0.37% | 0.41% | - |
| HSV(B) | 132.63º | 0.54% | 0.56% | - |
| XYZ | 13.44 | 21.11 | 11.35 | - |
| YUV | 112.44 | 110.82 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 82 | 0.54 | 0 | 0.42 | 0.44 | 132.63 | 0.37 | 0.41 |
| Hex | 42 | 8E | 52 | 36 | 0 | 2A | 2C | 85 | 25 | 29 |
| Octal | 102 | 216 | 122 | 66 | 0 | 52 | 54 | 205 | 45 | 51 |
| Binary | 1000010 | 10001110 | 1010010 | 110110 | 0 | 101010 | 101100 | 10000101 | 100101 | 101001 |
Color Harmonies of #428E52
Complementary color
Monochromatic Colors of #428E52
Black with #428E52
Text Example
Text Example
White with #428E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428E52; }
p { color: rgb(66,142,82); }
H1.HeaderClassName
{
color: #428E52;
}
.AnyTagClassName
{
color: #428E52;
}
</style>
background-color css
<style>
a { background-color: #428E52; }
a { background-color: rgb(66,142,82); }
div.DivClassName
{
background-color: #428E52;
}
.BgClassName
{
background-color: #428E52;
}
</style>
border-color css
<style>
span { border-color: #428E52; }
span { border-color: rgb(66,142,82); }
td.TdClassName
{
border-color: #428E52;
}
.TagClassName
{
border-color: #428E52;
}
</style>