Shades of Chateau Green #428F54
Tints of Chateau Green #428F54
RGB
CMYK
RGB Variations
Color information
#428F54 (or 0x428F54) is known color: Chateau Green. HEX triplet: 42, 8F and 54. RGB value is (66,143,84). Sum of RGB (Red+Green+Blue) = 66+143+84=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #428F54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428F54 is #BD70AB. Grayscale: #717171. Windows color (decimal): -12415148 or 5541698. OLE color: 5541698.
HSL color Cylindrical-coordinate representation of color #428F54: hue angle of 134.03º 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 #428F54 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 143 | 84 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.44 |
| HSL | 134.03º | 0.37% | 0.41% | - |
| HSV(B) | 134.03º | 0.54% | 0.56% | - |
| XYZ | 13.67 | 21.44 | 11.81 | - |
| YUV | 113.25 | 111.49 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 84 | 0.54 | 0 | 0.41 | 0.44 | 134.03 | 0.37 | 0.41 |
| Hex | 42 | 8F | 54 | 36 | 0 | 29 | 2C | 86 | 25 | 29 |
| Octal | 102 | 217 | 124 | 66 | 0 | 51 | 54 | 206 | 45 | 51 |
| Binary | 1000010 | 10001111 | 1010100 | 110110 | 0 | 101001 | 101100 | 10000110 | 100101 | 101001 |
Color Harmonies of #428F54
Complementary color
Monochromatic Colors of #428F54
Black with #428F54
Text Example
Text Example
White with #428F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428F54; }
p { color: rgb(66,143,84); }
H1.HeaderClassName
{
color: #428F54;
}
.AnyTagClassName
{
color: #428F54;
}
</style>
background-color css
<style>
a { background-color: #428F54; }
a { background-color: rgb(66,143,84); }
div.DivClassName
{
background-color: #428F54;
}
.BgClassName
{
background-color: #428F54;
}
</style>
border-color css
<style>
span { border-color: #428F54; }
span { border-color: rgb(66,143,84); }
td.TdClassName
{
border-color: #428F54;
}
.TagClassName
{
border-color: #428F54;
}
</style>