Shades of Eucalyptus #319459
Tints of Eucalyptus #319459
RGB
CMYK
RGB Variations
Color information
#319459 (or 0x319459) is known color: Eucalyptus. HEX triplet: 31, 94 and 59. RGB value is (49,148,89). Sum of RGB (Red+Green+Blue) = 49+148+89=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #319459 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319459 is #CE6BA6. Grayscale: #6F6F6F. Windows color (decimal): -13527975 or 5870641. OLE color: 5870641.
HSL color Cylindrical-coordinate representation of color #319459: hue angle of 144.24º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319459 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 148 | 89 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.42 |
| HSL | 144.24º | 0.5% | 0.39% | - |
| HSV(B) | 144.24º | 0.67% | 0.58% | - |
| XYZ | 13.66 | 22.55 | 13.08 | - |
| YUV | 111.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 89 | 0.67 | 0 | 0.40 | 0.42 | 144.24 | 0.5 | 0.39 |
| Hex | 31 | 94 | 59 | 43 | 0 | 28 | 2A | 90 | 32 | 27 |
| Octal | 61 | 224 | 131 | 103 | 0 | 50 | 52 | 220 | 62 | 47 |
| Binary | 110001 | 10010100 | 1011001 | 1000011 | 0 | 101000 | 101010 | 10010000 | 110010 | 100111 |
Color Harmonies of #319459
Complementary color
Monochromatic Colors of #319459
Black with #319459
Text Example
Text Example
White with #319459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319459; }
p { color: rgb(49,148,89); }
H1.HeaderClassName
{
color: #319459;
}
.AnyTagClassName
{
color: #319459;
}
</style>
background-color css
<style>
a { background-color: #319459; }
a { background-color: rgb(49,148,89); }
div.DivClassName
{
background-color: #319459;
}
.BgClassName
{
background-color: #319459;
}
</style>
border-color css
<style>
span { border-color: #319459; }
span { border-color: rgb(49,148,89); }
td.TdClassName
{
border-color: #319459;
}
.TagClassName
{
border-color: #319459;
}
</style>