Shades of Eucalyptus #469365
Tints of Eucalyptus #469365
RGB
CMYK
RGB Variations
Color information
#469365 (or 0x469365) is known color: Eucalyptus. HEX triplet: 46, 93 and 65. RGB value is (70,147,101). Sum of RGB (Red+Green+Blue) = 70+147+101=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #469365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469365 is #B96C9A. Grayscale: #767676. Windows color (decimal): -12151963 or 6656838. OLE color: 6656838.
HSL color Cylindrical-coordinate representation of color #469365: hue angle of 144.16º 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 #469365 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 101 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.42 |
| HSL | 144.16º | 0.35% | 0.43% | - |
| HSV(B) | 144.16º | 0.52% | 0.58% | - |
| XYZ | 15.31 | 23.11 | 15.97 | - |
| YUV | 118.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 101 | 0.52 | 0 | 0.31 | 0.42 | 144.16 | 0.35 | 0.43 |
| Hex | 46 | 93 | 65 | 34 | 0 | 1F | 2A | 90 | 23 | 2B |
| Octal | 106 | 223 | 145 | 64 | 0 | 37 | 52 | 220 | 43 | 53 |
| Binary | 1000110 | 10010011 | 1100101 | 110100 | 0 | 11111 | 101010 | 10010000 | 100011 | 101011 |
Color Harmonies of #469365
Complementary color
Monochromatic Colors of #469365
Black with #469365
Text Example
Text Example
White with #469365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469365; }
p { color: rgb(70,147,101); }
H1.HeaderClassName
{
color: #469365;
}
.AnyTagClassName
{
color: #469365;
}
</style>
background-color css
<style>
a { background-color: #469365; }
a { background-color: rgb(70,147,101); }
div.DivClassName
{
background-color: #469365;
}
.BgClassName
{
background-color: #469365;
}
</style>
border-color css
<style>
span { border-color: #469365; }
span { border-color: rgb(70,147,101); }
td.TdClassName
{
border-color: #469365;
}
.TagClassName
{
border-color: #469365;
}
</style>