Shades of Eucalyptus #419265
Tints of Eucalyptus #419265
RGB
CMYK
RGB Variations
Color information
#419265 (or 0x419265) is known color: Eucalyptus. HEX triplet: 41, 92 and 65. RGB value is (65,146,101). Sum of RGB (Red+Green+Blue) = 65+146+101=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #419265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419265 is #BE6D9A. Grayscale: #747474. Windows color (decimal): -12479899 or 6656577. OLE color: 6656577.
HSL color Cylindrical-coordinate representation of color #419265: hue angle of 146.67º 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 #419265 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 101 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.43 |
| HSL | 146.67º | 0.38% | 0.41% | - |
| HSV(B) | 146.67º | 0.55% | 0.57% | - |
| XYZ | 14.81 | 22.62 | 15.9 | - |
| YUV | 116.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 101 | 0.55 | 0 | 0.31 | 0.43 | 146.67 | 0.38 | 0.41 |
| Hex | 41 | 92 | 65 | 37 | 0 | 1F | 2B | 93 | 26 | 29 |
| Octal | 101 | 222 | 145 | 67 | 0 | 37 | 53 | 223 | 46 | 51 |
| Binary | 1000001 | 10010010 | 1100101 | 110111 | 0 | 11111 | 101011 | 10010011 | 100110 | 101001 |
Color Harmonies of #419265
Complementary color
Monochromatic Colors of #419265
Black with #419265
Text Example
Text Example
White with #419265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419265; }
p { color: rgb(65,146,101); }
H1.HeaderClassName
{
color: #419265;
}
.AnyTagClassName
{
color: #419265;
}
</style>
background-color css
<style>
a { background-color: #419265; }
a { background-color: rgb(65,146,101); }
div.DivClassName
{
background-color: #419265;
}
.BgClassName
{
background-color: #419265;
}
</style>
border-color css
<style>
span { border-color: #419265; }
span { border-color: rgb(65,146,101); }
td.TdClassName
{
border-color: #419265;
}
.TagClassName
{
border-color: #419265;
}
</style>