Shades of Chateau Green #428D55
Tints of Chateau Green #428D55
RGB
CMYK
RGB Variations
Color information
#428D55 (or 0x428D55) is known color: Chateau Green. HEX triplet: 42, 8D and 55. RGB value is (66,141,85). Sum of RGB (Red+Green+Blue) = 66+141+85=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #428D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D55 is #BD72AA. Grayscale: #707070. Windows color (decimal): -12415659 or 5606722. OLE color: 5606722.
HSL color Cylindrical-coordinate representation of color #428D55: hue angle of 135.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D55 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 141 | 85 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.45 |
| HSL | 135.2º | 0.36% | 0.41% | - |
| HSV(B) | 135.2º | 0.53% | 0.55% | - |
| XYZ | 13.41 | 20.86 | 11.91 | - |
| YUV | 112.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 85 | 0.53 | 0 | 0.40 | 0.45 | 135.2 | 0.36 | 0.41 |
| Hex | 42 | 8D | 55 | 35 | 0 | 28 | 2D | 87 | 24 | 29 |
| Octal | 102 | 215 | 125 | 65 | 0 | 50 | 55 | 207 | 44 | 51 |
| Binary | 1000010 | 10001101 | 1010101 | 110101 | 0 | 101000 | 101101 | 10000111 | 100100 | 101001 |
Color Harmonies of #428D55
Complementary color
Monochromatic Colors of #428D55
Black with #428D55
Text Example
Text Example
White with #428D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428D55; }
p { color: rgb(66,141,85); }
H1.HeaderClassName
{
color: #428D55;
}
.AnyTagClassName
{
color: #428D55;
}
</style>
background-color css
<style>
a { background-color: #428D55; }
a { background-color: rgb(66,141,85); }
div.DivClassName
{
background-color: #428D55;
}
.BgClassName
{
background-color: #428D55;
}
</style>
border-color css
<style>
span { border-color: #428D55; }
span { border-color: rgb(66,141,85); }
td.TdClassName
{
border-color: #428D55;
}
.TagClassName
{
border-color: #428D55;
}
</style>