Shades of Chateau Green #428A53
Tints of Chateau Green #428A53
RGB
CMYK
RGB Variations
Color information
#428A53 (or 0x428A53) is known color: Chateau Green. HEX triplet: 42, 8A and 53. RGB value is (66,138,83). Sum of RGB (Red+Green+Blue) = 66+138+83=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 138 - color contains mainly: green. Hex color #428A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A53 is #BD75AC. Grayscale: #6E6E6E. Windows color (decimal): -12416429 or 5474882. OLE color: 5474882.
HSL color Cylindrical-coordinate representation of color #428A53: hue angle of 134.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A53 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 83 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.46 |
| HSL | 134.17º | 0.35% | 0.4% | - |
| HSV(B) | 134.17º | 0.52% | 0.54% | - |
| XYZ | 12.9 | 19.96 | 11.36 | - |
| YUV | 110.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 83 | 0.52 | 0 | 0.40 | 0.46 | 134.17 | 0.35 | 0.4 |
| Hex | 42 | 8A | 53 | 34 | 0 | 28 | 2E | 86 | 23 | 28 |
| Octal | 102 | 212 | 123 | 64 | 0 | 50 | 56 | 206 | 43 | 50 |
| Binary | 1000010 | 10001010 | 1010011 | 110100 | 0 | 101000 | 101110 | 10000110 | 100011 | 101000 |
Color Harmonies of #428A53
Complementary color
Monochromatic Colors of #428A53
Black with #428A53
Text Example
Text Example
White with #428A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A53; }
p { color: rgb(66,138,83); }
H1.HeaderClassName
{
color: #428A53;
}
.AnyTagClassName
{
color: #428A53;
}
</style>
background-color css
<style>
a { background-color: #428A53; }
a { background-color: rgb(66,138,83); }
div.DivClassName
{
background-color: #428A53;
}
.BgClassName
{
background-color: #428A53;
}
</style>
border-color css
<style>
span { border-color: #428A53; }
span { border-color: rgb(66,138,83); }
td.TdClassName
{
border-color: #428A53;
}
.TagClassName
{
border-color: #428A53;
}
</style>