Shades of Chateau Green #428C4F
Tints of Chateau Green #428C4F
RGB
CMYK
RGB Variations
Color information
#428C4F (or 0x428C4F) is known color: Chateau Green. HEX triplet: 42, 8C and 4F. RGB value is (66,140,79). Sum of RGB (Red+Green+Blue) = 66+140+79=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #428C4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C4F is #BD73B0. Grayscale: #6F6F6F. Windows color (decimal): -12415921 or 5213250. OLE color: 5213250.
HSL color Cylindrical-coordinate representation of color #428C4F: hue angle of 130.54º 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 #428C4F is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 79 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.45 |
| HSL | 130.54º | 0.36% | 0.4% | - |
| HSV(B) | 130.54º | 0.53% | 0.55% | - |
| XYZ | 13.04 | 20.48 | 10.66 | - |
| YUV | 110.92 | 109.98 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 79 | 0.53 | 0 | 0.44 | 0.45 | 130.54 | 0.36 | 0.4 |
| Hex | 42 | 8C | 4F | 35 | 0 | 2C | 2D | 83 | 24 | 28 |
| Octal | 102 | 214 | 117 | 65 | 0 | 54 | 55 | 203 | 44 | 50 |
| Binary | 1000010 | 10001100 | 1001111 | 110101 | 0 | 101100 | 101101 | 10000011 | 100100 | 101000 |
Color Harmonies of #428C4F
Complementary color
Monochromatic Colors of #428C4F
Black with #428C4F
Text Example
Text Example
White with #428C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C4F; }
p { color: rgb(66,140,79); }
H1.HeaderClassName
{
color: #428C4F;
}
.AnyTagClassName
{
color: #428C4F;
}
</style>
background-color css
<style>
a { background-color: #428C4F; }
a { background-color: rgb(66,140,79); }
div.DivClassName
{
background-color: #428C4F;
}
.BgClassName
{
background-color: #428C4F;
}
</style>
border-color css
<style>
span { border-color: #428C4F; }
span { border-color: rgb(66,140,79); }
td.TdClassName
{
border-color: #428C4F;
}
.TagClassName
{
border-color: #428C4F;
}
</style>