Shades of Eucalyptus #319564
Tints of Eucalyptus #319564
RGB
CMYK
RGB Variations
Color information
#319564 (or 0x319564) is known color: Eucalyptus. HEX triplet: 31, 95 and 64. RGB value is (49,149,100). Sum of RGB (Red+Green+Blue) = 49+149+100=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #319564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319564 is #CE6A9B. Grayscale: #717171. Windows color (decimal): -13527708 or 6591793. OLE color: 6591793.
HSL color Cylindrical-coordinate representation of color #319564: hue angle of 150.6º degrees, saturation: 0.51, 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 #319564 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 149 | 100 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.42 |
| HSL | 150.6º | 0.51% | 0.39% | - |
| HSV(B) | 150.6º | 0.67% | 0.58% | - |
| XYZ | 14.31 | 23.07 | 15.75 | - |
| YUV | 113.51 | 120.37 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 100 | 0.67 | 0 | 0.33 | 0.42 | 150.6 | 0.51 | 0.39 |
| Hex | 31 | 95 | 64 | 43 | 0 | 21 | 2A | 97 | 33 | 27 |
| Octal | 61 | 225 | 144 | 103 | 0 | 41 | 52 | 227 | 63 | 47 |
| Binary | 110001 | 10010101 | 1100100 | 1000011 | 0 | 100001 | 101010 | 10010111 | 110011 | 100111 |
Color Harmonies of #319564
Complementary color
Monochromatic Colors of #319564
Black with #319564
Text Example
Text Example
White with #319564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319564; }
p { color: rgb(49,149,100); }
H1.HeaderClassName
{
color: #319564;
}
.AnyTagClassName
{
color: #319564;
}
</style>
background-color css
<style>
a { background-color: #319564; }
a { background-color: rgb(49,149,100); }
div.DivClassName
{
background-color: #319564;
}
.BgClassName
{
background-color: #319564;
}
</style>
border-color css
<style>
span { border-color: #319564; }
span { border-color: rgb(49,149,100); }
td.TdClassName
{
border-color: #319564;
}
.TagClassName
{
border-color: #319564;
}
</style>