Shades of Chateau Green #428B54
Tints of Chateau Green #428B54
RGB
CMYK
RGB Variations
Color information
#428B54 (or 0x428B54) is known color: Chateau Green. HEX triplet: 42, 8B and 54. RGB value is (66,139,84). Sum of RGB (Red+Green+Blue) = 66+139+84=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #428B54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B54 is #BD74AB. Grayscale: #6F6F6F. Windows color (decimal): -12416172 or 5540674. OLE color: 5540674.
HSL color Cylindrical-coordinate representation of color #428B54: hue angle of 134.79º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428B54 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 139 | 84 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.45 |
| HSL | 134.79º | 0.36% | 0.4% | - |
| HSV(B) | 134.79º | 0.53% | 0.55% | - |
| XYZ | 13.08 | 20.26 | 11.61 | - |
| YUV | 110.9 | 112.82 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 84 | 0.53 | 0 | 0.40 | 0.45 | 134.79 | 0.36 | 0.4 |
| Hex | 42 | 8B | 54 | 35 | 0 | 28 | 2D | 87 | 24 | 28 |
| Octal | 102 | 213 | 124 | 65 | 0 | 50 | 55 | 207 | 44 | 50 |
| Binary | 1000010 | 10001011 | 1010100 | 110101 | 0 | 101000 | 101101 | 10000111 | 100100 | 101000 |
Color Harmonies of #428B54
Complementary color
Monochromatic Colors of #428B54
Black with #428B54
Text Example
Text Example
White with #428B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B54; }
p { color: rgb(66,139,84); }
H1.HeaderClassName
{
color: #428B54;
}
.AnyTagClassName
{
color: #428B54;
}
</style>
background-color css
<style>
a { background-color: #428B54; }
a { background-color: rgb(66,139,84); }
div.DivClassName
{
background-color: #428B54;
}
.BgClassName
{
background-color: #428B54;
}
</style>
border-color css
<style>
span { border-color: #428B54; }
span { border-color: rgb(66,139,84); }
td.TdClassName
{
border-color: #428B54;
}
.TagClassName
{
border-color: #428B54;
}
</style>