Shades of Eucalyptus #428D65
Tints of Eucalyptus #428D65
RGB
CMYK
RGB Variations
Color information
#428D65 (or 0x428D65) is known color: Eucalyptus. HEX triplet: 42, 8D and 65. RGB value is (66,141,101). Sum of RGB (Red+Green+Blue) = 66+141+101=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #428D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D65 is #BD729A. Grayscale: #727272. Windows color (decimal): -12415643 or 6655298. OLE color: 6655298.
HSL color Cylindrical-coordinate representation of color #428D65: hue angle of 148º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D65 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 141 | 101 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.45 |
| HSL | 148º | 0.36% | 0.41% | - |
| HSV(B) | 148º | 0.53% | 0.55% | - |
| XYZ | 14.12 | 21.15 | 15.65 | - |
| YUV | 114.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 101 | 0.53 | 0 | 0.28 | 0.45 | 148 | 0.36 | 0.41 |
| Hex | 42 | 8D | 65 | 35 | 0 | 1C | 2D | 94 | 24 | 29 |
| Octal | 102 | 215 | 145 | 65 | 0 | 34 | 55 | 224 | 44 | 51 |
| Binary | 1000010 | 10001101 | 1100101 | 110101 | 0 | 11100 | 101101 | 10010100 | 100100 | 101001 |
Color Harmonies of #428D65
Complementary color
Monochromatic Colors of #428D65
Black with #428D65
Text Example
Text Example
White with #428D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428D65; }
p { color: rgb(66,141,101); }
H1.HeaderClassName
{
color: #428D65;
}
.AnyTagClassName
{
color: #428D65;
}
</style>
background-color css
<style>
a { background-color: #428D65; }
a { background-color: rgb(66,141,101); }
div.DivClassName
{
background-color: #428D65;
}
.BgClassName
{
background-color: #428D65;
}
</style>
border-color css
<style>
span { border-color: #428D65; }
span { border-color: rgb(66,141,101); }
td.TdClassName
{
border-color: #428D65;
}
.TagClassName
{
border-color: #428D65;
}
</style>