Shades of Chateau Green #428A52
Tints of Chateau Green #428A52
RGB
CMYK
RGB Variations
Color information
#428A52 (or 0x428A52) is known color: Chateau Green. HEX triplet: 42, 8A and 52. RGB value is (66,138,82). Sum of RGB (Red+Green+Blue) = 66+138+82=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #428A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A52 is #BD75AD. Grayscale: #6E6E6E. Windows color (decimal): -12416430 or 5409346. OLE color: 5409346.
HSL color Cylindrical-coordinate representation of color #428A52: hue angle of 133.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A52 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 82 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.46 |
| HSL | 133.33º | 0.35% | 0.4% | - |
| HSV(B) | 133.33º | 0.52% | 0.54% | - |
| XYZ | 12.86 | 19.94 | 11.15 | - |
| YUV | 110.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 82 | 0.52 | 0 | 0.41 | 0.46 | 133.33 | 0.35 | 0.4 |
| Hex | 42 | 8A | 52 | 34 | 0 | 29 | 2E | 85 | 23 | 28 |
| Octal | 102 | 212 | 122 | 64 | 0 | 51 | 56 | 205 | 43 | 50 |
| Binary | 1000010 | 10001010 | 1010010 | 110100 | 0 | 101001 | 101110 | 10000101 | 100011 | 101000 |
Color Harmonies of #428A52
Complementary color
Monochromatic Colors of #428A52
Black with #428A52
Text Example
Text Example
White with #428A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A52; }
p { color: rgb(66,138,82); }
H1.HeaderClassName
{
color: #428A52;
}
.AnyTagClassName
{
color: #428A52;
}
</style>
background-color css
<style>
a { background-color: #428A52; }
a { background-color: rgb(66,138,82); }
div.DivClassName
{
background-color: #428A52;
}
.BgClassName
{
background-color: #428A52;
}
</style>
border-color css
<style>
span { border-color: #428A52; }
span { border-color: rgb(66,138,82); }
td.TdClassName
{
border-color: #428A52;
}
.TagClassName
{
border-color: #428A52;
}
</style>