Shades of Eucalyptus #428963
Tints of Eucalyptus #428963
RGB
CMYK
RGB Variations
Color information
#428963 (or 0x428963) is known color: Eucalyptus. HEX triplet: 42, 89 and 63. RGB value is (66,137,99). Sum of RGB (Red+Green+Blue) = 66+137+99=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #428963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428963 is #BD769C. Grayscale: #6F6F6F. Windows color (decimal): -12416669 or 6523202. OLE color: 6523202.
HSL color Cylindrical-coordinate representation of color #428963: hue angle of 147.89º 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 #428963 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 137 | 99 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.46 |
| HSL | 147.89º | 0.35% | 0.4% | - |
| HSV(B) | 147.89º | 0.52% | 0.54% | - |
| XYZ | 13.44 | 19.95 | 14.95 | - |
| YUV | 111.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 99 | 0.52 | 0 | 0.28 | 0.46 | 147.89 | 0.35 | 0.4 |
| Hex | 42 | 89 | 63 | 34 | 0 | 1C | 2E | 94 | 23 | 28 |
| Octal | 102 | 211 | 143 | 64 | 0 | 34 | 56 | 224 | 43 | 50 |
| Binary | 1000010 | 10001001 | 1100011 | 110100 | 0 | 11100 | 101110 | 10010100 | 100011 | 101000 |
Color Harmonies of #428963
Complementary color
Monochromatic Colors of #428963
Black with #428963
Text Example
Text Example
White with #428963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428963; }
p { color: rgb(66,137,99); }
H1.HeaderClassName
{
color: #428963;
}
.AnyTagClassName
{
color: #428963;
}
</style>
background-color css
<style>
a { background-color: #428963; }
a { background-color: rgb(66,137,99); }
div.DivClassName
{
background-color: #428963;
}
.BgClassName
{
background-color: #428963;
}
</style>
border-color css
<style>
span { border-color: #428963; }
span { border-color: rgb(66,137,99); }
td.TdClassName
{
border-color: #428963;
}
.TagClassName
{
border-color: #428963;
}
</style>