Shades of Eucalyptus #469265
Tints of Eucalyptus #469265
RGB
CMYK
RGB Variations
Color information
#469265 (or 0x469265) is known color: Eucalyptus. HEX triplet: 46, 92 and 65. RGB value is (70,146,101). Sum of RGB (Red+Green+Blue) = 70+146+101=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #469265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469265 is #B96D9A. Grayscale: #767676. Windows color (decimal): -12152219 or 6656582. OLE color: 6656582.
HSL color Cylindrical-coordinate representation of color #469265: hue angle of 144.47º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469265 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 146 | 101 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.43 |
| HSL | 144.47º | 0.35% | 0.42% | - |
| HSV(B) | 144.47º | 0.52% | 0.57% | - |
| XYZ | 15.15 | 22.8 | 15.91 | - |
| YUV | 118.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 101 | 0.52 | 0 | 0.31 | 0.43 | 144.47 | 0.35 | 0.42 |
| Hex | 46 | 92 | 65 | 34 | 0 | 1F | 2B | 90 | 23 | 2A |
| Octal | 106 | 222 | 145 | 64 | 0 | 37 | 53 | 220 | 43 | 52 |
| Binary | 1000110 | 10010010 | 1100101 | 110100 | 0 | 11111 | 101011 | 10010000 | 100011 | 101010 |
Color Harmonies of #469265
Complementary color
Monochromatic Colors of #469265
Black with #469265
Text Example
Text Example
White with #469265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469265; }
p { color: rgb(70,146,101); }
H1.HeaderClassName
{
color: #469265;
}
.AnyTagClassName
{
color: #469265;
}
</style>
background-color css
<style>
a { background-color: #469265; }
a { background-color: rgb(70,146,101); }
div.DivClassName
{
background-color: #469265;
}
.BgClassName
{
background-color: #469265;
}
</style>
border-color css
<style>
span { border-color: #469265; }
span { border-color: rgb(70,146,101); }
td.TdClassName
{
border-color: #469265;
}
.TagClassName
{
border-color: #469265;
}
</style>