Shades of Eucalyptus #419563
Tints of Eucalyptus #419563
RGB
CMYK
RGB Variations
Color information
#419563 (or 0x419563) is known color: Eucalyptus. HEX triplet: 41, 95 and 63. RGB value is (65,149,99). Sum of RGB (Red+Green+Blue) = 65+149+99=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #419563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419563 is #BE6A9C. Grayscale: #767676. Windows color (decimal): -12479133 or 6526273. OLE color: 6526273.
HSL color Cylindrical-coordinate representation of color #419563: hue angle of 144.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419563 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 149 | 99 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.42 |
| HSL | 144.29º | 0.39% | 0.42% | - |
| HSV(B) | 144.29º | 0.56% | 0.58% | - |
| XYZ | 15.18 | 23.52 | 15.54 | - |
| YUV | 118.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 149 | 99 | 0.56 | 0 | 0.34 | 0.42 | 144.29 | 0.39 | 0.42 |
| Hex | 41 | 95 | 63 | 38 | 0 | 22 | 2A | 90 | 27 | 2A |
| Octal | 101 | 225 | 143 | 70 | 0 | 42 | 52 | 220 | 47 | 52 |
| Binary | 1000001 | 10010101 | 1100011 | 111000 | 0 | 100010 | 101010 | 10010000 | 100111 | 101010 |
Color Harmonies of #419563
Complementary color
Monochromatic Colors of #419563
Black with #419563
Text Example
Text Example
White with #419563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419563; }
p { color: rgb(65,149,99); }
H1.HeaderClassName
{
color: #419563;
}
.AnyTagClassName
{
color: #419563;
}
</style>
background-color css
<style>
a { background-color: #419563; }
a { background-color: rgb(65,149,99); }
div.DivClassName
{
background-color: #419563;
}
.BgClassName
{
background-color: #419563;
}
</style>
border-color css
<style>
span { border-color: #419563; }
span { border-color: rgb(65,149,99); }
td.TdClassName
{
border-color: #419563;
}
.TagClassName
{
border-color: #419563;
}
</style>