Shades of Eucalyptus #319868
Tints of Eucalyptus #319868
RGB
CMYK
RGB Variations
Color information
#319868 (or 0x319868) is known color: Eucalyptus. HEX triplet: 31, 98 and 68. RGB value is (49,152,104). Sum of RGB (Red+Green+Blue) = 49+152+104=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #319868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319868 is #CE6797. Grayscale: #737373. Windows color (decimal): -13526936 or 6854705. OLE color: 6854705.
HSL color Cylindrical-coordinate representation of color #319868: hue angle of 152.04º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319868 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 104 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.40 |
| HSL | 152.04º | 0.51% | 0.39% | - |
| HSV(B) | 152.04º | 0.68% | 0.6% | - |
| XYZ | 14.99 | 24.11 | 16.96 | - |
| YUV | 115.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 104 | 0.68 | 0 | 0.32 | 0.40 | 152.04 | 0.51 | 0.39 |
| Hex | 31 | 98 | 68 | 44 | 0 | 20 | 28 | 98 | 33 | 27 |
| Octal | 61 | 230 | 150 | 104 | 0 | 40 | 50 | 230 | 63 | 47 |
| Binary | 110001 | 10011000 | 1101000 | 1000100 | 0 | 100000 | 101000 | 10011000 | 110011 | 100111 |
Color Harmonies of #319868
Complementary color
Monochromatic Colors of #319868
Black with #319868
Text Example
Text Example
White with #319868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319868; }
p { color: rgb(49,152,104); }
H1.HeaderClassName
{
color: #319868;
}
.AnyTagClassName
{
color: #319868;
}
</style>
background-color css
<style>
a { background-color: #319868; }
a { background-color: rgb(49,152,104); }
div.DivClassName
{
background-color: #319868;
}
.BgClassName
{
background-color: #319868;
}
</style>
border-color css
<style>
span { border-color: #319868; }
span { border-color: rgb(49,152,104); }
td.TdClassName
{
border-color: #319868;
}
.TagClassName
{
border-color: #319868;
}
</style>