Shades of Eucalyptus #419263
Tints of Eucalyptus #419263
RGB
CMYK
RGB Variations
Color information
#419263 (or 0x419263) is known color: Eucalyptus. HEX triplet: 41, 92 and 63. RGB value is (65,146,99). Sum of RGB (Red+Green+Blue) = 65+146+99=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #419263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419263 is #BE6D9C. Grayscale: #747474. Windows color (decimal): -12479901 or 6525505. OLE color: 6525505.
HSL color Cylindrical-coordinate representation of color #419263: hue angle of 145.19º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419263 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 99 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.43 |
| HSL | 145.19º | 0.38% | 0.41% | - |
| HSV(B) | 145.19º | 0.55% | 0.57% | - |
| XYZ | 14.71 | 22.58 | 15.39 | - |
| YUV | 116.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 99 | 0.55 | 0 | 0.32 | 0.43 | 145.19 | 0.38 | 0.41 |
| Hex | 41 | 92 | 63 | 37 | 0 | 20 | 2B | 91 | 26 | 29 |
| Octal | 101 | 222 | 143 | 67 | 0 | 40 | 53 | 221 | 46 | 51 |
| Binary | 1000001 | 10010010 | 1100011 | 110111 | 0 | 100000 | 101011 | 10010001 | 100110 | 101001 |
Color Harmonies of #419263
Complementary color
Monochromatic Colors of #419263
Black with #419263
Text Example
Text Example
White with #419263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419263; }
p { color: rgb(65,146,99); }
H1.HeaderClassName
{
color: #419263;
}
.AnyTagClassName
{
color: #419263;
}
</style>
background-color css
<style>
a { background-color: #419263; }
a { background-color: rgb(65,146,99); }
div.DivClassName
{
background-color: #419263;
}
.BgClassName
{
background-color: #419263;
}
</style>
border-color css
<style>
span { border-color: #419263; }
span { border-color: rgb(65,146,99); }
td.TdClassName
{
border-color: #419263;
}
.TagClassName
{
border-color: #419263;
}
</style>