Shades of Eucalyptus #319370
Tints of Eucalyptus #319370
RGB
CMYK
RGB Variations
Color information
#319370 (or 0x319370) is known color: Eucalyptus. HEX triplet: 31, 93 and 70. RGB value is (49,147,112). Sum of RGB (Red+Green+Blue) = 49+147+112=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #319370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319370 is #CE6C8F. Grayscale: #717171. Windows color (decimal): -13528208 or 7377713. OLE color: 7377713.
HSL color Cylindrical-coordinate representation of color #319370: hue angle of 158.57º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319370 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 147 | 112 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.42 |
| HSL | 158.57º | 0.5% | 0.38% | - |
| HSV(B) | 158.57º | 0.67% | 0.58% | - |
| XYZ | 14.62 | 22.69 | 18.94 | - |
| YUV | 113.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 112 | 0.67 | 0 | 0.24 | 0.42 | 158.57 | 0.5 | 0.38 |
| Hex | 31 | 93 | 70 | 43 | 0 | 18 | 2A | 9F | 32 | 26 |
| Octal | 61 | 223 | 160 | 103 | 0 | 30 | 52 | 237 | 62 | 46 |
| Binary | 110001 | 10010011 | 1110000 | 1000011 | 0 | 11000 | 101010 | 10011111 | 110010 | 100110 |
Color Harmonies of #319370
Complementary color
Monochromatic Colors of #319370
Black with #319370
Text Example
Text Example
White with #319370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319370; }
p { color: rgb(49,147,112); }
H1.HeaderClassName
{
color: #319370;
}
.AnyTagClassName
{
color: #319370;
}
</style>
background-color css
<style>
a { background-color: #319370; }
a { background-color: rgb(49,147,112); }
div.DivClassName
{
background-color: #319370;
}
.BgClassName
{
background-color: #319370;
}
</style>
border-color css
<style>
span { border-color: #319370; }
span { border-color: rgb(49,147,112); }
td.TdClassName
{
border-color: #319370;
}
.TagClassName
{
border-color: #319370;
}
</style>