Shades of Eucalyptus #469366
Tints of Eucalyptus #469366
RGB
CMYK
RGB Variations
Color information
#469366 (or 0x469366) is known color: Eucalyptus. HEX triplet: 46, 93 and 66. RGB value is (70,147,102). Sum of RGB (Red+Green+Blue) = 70+147+102=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #469366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469366 is #B96C99. Grayscale: #767676. Windows color (decimal): -12151962 or 6722374. OLE color: 6722374.
HSL color Cylindrical-coordinate representation of color #469366: hue angle of 144.94º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469366 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 102 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.42 |
| HSL | 144.94º | 0.35% | 0.43% | - |
| HSV(B) | 144.94º | 0.52% | 0.58% | - |
| XYZ | 15.36 | 23.13 | 16.23 | - |
| YUV | 118.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 102 | 0.52 | 0 | 0.31 | 0.42 | 144.94 | 0.35 | 0.43 |
| Hex | 46 | 93 | 66 | 34 | 0 | 1F | 2A | 91 | 23 | 2B |
| Octal | 106 | 223 | 146 | 64 | 0 | 37 | 52 | 221 | 43 | 53 |
| Binary | 1000110 | 10010011 | 1100110 | 110100 | 0 | 11111 | 101010 | 10010001 | 100011 | 101011 |
Color Harmonies of #469366
Complementary color
Monochromatic Colors of #469366
Black with #469366
Text Example
Text Example
White with #469366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469366; }
p { color: rgb(70,147,102); }
H1.HeaderClassName
{
color: #469366;
}
.AnyTagClassName
{
color: #469366;
}
</style>
background-color css
<style>
a { background-color: #469366; }
a { background-color: rgb(70,147,102); }
div.DivClassName
{
background-color: #469366;
}
.BgClassName
{
background-color: #469366;
}
</style>
border-color css
<style>
span { border-color: #469366; }
span { border-color: rgb(70,147,102); }
td.TdClassName
{
border-color: #469366;
}
.TagClassName
{
border-color: #469366;
}
</style>