Shades of Chateau Green #428B50
Tints of Chateau Green #428B50
RGB
CMYK
RGB Variations
Color information
#428B50 (or 0x428B50) is known color: Chateau Green. HEX triplet: 42, 8B and 50. RGB value is (66,139,80). Sum of RGB (Red+Green+Blue) = 66+139+80=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #428B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B50 is #BD74AF. Grayscale: #6E6E6E. Windows color (decimal): -12416176 or 5278530. OLE color: 5278530.
HSL color Cylindrical-coordinate representation of color #428B50: hue angle of 131.51º 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 #428B50 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 139 | 80 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.45 |
| HSL | 131.51º | 0.36% | 0.4% | - |
| HSV(B) | 131.51º | 0.53% | 0.55% | - |
| XYZ | 12.93 | 20.2 | 10.81 | - |
| YUV | 110.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 80 | 0.53 | 0 | 0.42 | 0.45 | 131.51 | 0.36 | 0.4 |
| Hex | 42 | 8B | 50 | 35 | 0 | 2A | 2D | 84 | 24 | 28 |
| Octal | 102 | 213 | 120 | 65 | 0 | 52 | 55 | 204 | 44 | 50 |
| Binary | 1000010 | 10001011 | 1010000 | 110101 | 0 | 101010 | 101101 | 10000100 | 100100 | 101000 |
Color Harmonies of #428B50
Complementary color
Monochromatic Colors of #428B50
Black with #428B50
Text Example
Text Example
White with #428B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B50; }
p { color: rgb(66,139,80); }
H1.HeaderClassName
{
color: #428B50;
}
.AnyTagClassName
{
color: #428B50;
}
</style>
background-color css
<style>
a { background-color: #428B50; }
a { background-color: rgb(66,139,80); }
div.DivClassName
{
background-color: #428B50;
}
.BgClassName
{
background-color: #428B50;
}
</style>
border-color css
<style>
span { border-color: #428B50; }
span { border-color: rgb(66,139,80); }
td.TdClassName
{
border-color: #428B50;
}
.TagClassName
{
border-color: #428B50;
}
</style>