Shades of Eucalyptus #319863
Tints of Eucalyptus #319863
RGB
CMYK
RGB Variations
Color information
#319863 (or 0x319863) is known color: Eucalyptus. HEX triplet: 31, 98 and 63. RGB value is (49,152,99). Sum of RGB (Red+Green+Blue) = 49+152+99=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #319863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319863 is #CE679C. Grayscale: #737373. Windows color (decimal): -13526941 or 6527025. OLE color: 6527025.
HSL color Cylindrical-coordinate representation of color #319863: hue angle of 149.13º 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 #319863 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 99 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.40 |
| HSL | 149.13º | 0.51% | 0.39% | - |
| HSV(B) | 149.13º | 0.68% | 0.6% | - |
| XYZ | 14.75 | 24.01 | 15.66 | - |
| YUV | 115.16 | 118.88 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 99 | 0.68 | 0 | 0.35 | 0.40 | 149.13 | 0.51 | 0.39 |
| Hex | 31 | 98 | 63 | 44 | 0 | 23 | 28 | 95 | 33 | 27 |
| Octal | 61 | 230 | 143 | 104 | 0 | 43 | 50 | 225 | 63 | 47 |
| Binary | 110001 | 10011000 | 1100011 | 1000100 | 0 | 100011 | 101000 | 10010101 | 110011 | 100111 |
Color Harmonies of #319863
Complementary color
Monochromatic Colors of #319863
Black with #319863
Text Example
Text Example
White with #319863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319863; }
p { color: rgb(49,152,99); }
H1.HeaderClassName
{
color: #319863;
}
.AnyTagClassName
{
color: #319863;
}
</style>
background-color css
<style>
a { background-color: #319863; }
a { background-color: rgb(49,152,99); }
div.DivClassName
{
background-color: #319863;
}
.BgClassName
{
background-color: #319863;
}
</style>
border-color css
<style>
span { border-color: #319863; }
span { border-color: rgb(49,152,99); }
td.TdClassName
{
border-color: #319863;
}
.TagClassName
{
border-color: #319863;
}
</style>