Shades of Eucalyptus #419063
Tints of Eucalyptus #419063
RGB
CMYK
RGB Variations
Color information
#419063 (or 0x419063) is known color: Eucalyptus. HEX triplet: 41, 90 and 63. RGB value is (65,144,99). Sum of RGB (Red+Green+Blue) = 65+144+99=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #419063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419063 is #BE6F9C. Grayscale: #737373. Windows color (decimal): -12480413 or 6524993. OLE color: 6524993.
HSL color Cylindrical-coordinate representation of color #419063: hue angle of 145.82º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419063 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 99 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.44 |
| HSL | 145.82º | 0.38% | 0.41% | - |
| HSV(B) | 145.82º | 0.55% | 0.56% | - |
| XYZ | 14.41 | 21.97 | 15.29 | - |
| YUV | 115.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 99 | 0.55 | 0 | 0.31 | 0.44 | 145.82 | 0.38 | 0.41 |
| Hex | 41 | 90 | 63 | 37 | 0 | 1F | 2C | 92 | 26 | 29 |
| Octal | 101 | 220 | 143 | 67 | 0 | 37 | 54 | 222 | 46 | 51 |
| Binary | 1000001 | 10010000 | 1100011 | 110111 | 0 | 11111 | 101100 | 10010010 | 100110 | 101001 |
Color Harmonies of #419063
Complementary color
Monochromatic Colors of #419063
Black with #419063
Text Example
Text Example
White with #419063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419063; }
p { color: rgb(65,144,99); }
H1.HeaderClassName
{
color: #419063;
}
.AnyTagClassName
{
color: #419063;
}
</style>
background-color css
<style>
a { background-color: #419063; }
a { background-color: rgb(65,144,99); }
div.DivClassName
{
background-color: #419063;
}
.BgClassName
{
background-color: #419063;
}
</style>
border-color css
<style>
span { border-color: #419063; }
span { border-color: rgb(65,144,99); }
td.TdClassName
{
border-color: #419063;
}
.TagClassName
{
border-color: #419063;
}
</style>