Shades of Eucalyptus #319068
Tints of Eucalyptus #319068
RGB
CMYK
RGB Variations
Color information
#319068 (or 0x319068) is known color: Eucalyptus. HEX triplet: 31, 90 and 68. RGB value is (49,144,104). Sum of RGB (Red+Green+Blue) = 49+144+104=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #319068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319068 is #CE6F97. Grayscale: #6F6F6F. Windows color (decimal): -13528984 or 6852657. OLE color: 6852657.
HSL color Cylindrical-coordinate representation of color #319068: hue angle of 154.74º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319068 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 144 | 104 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.44 |
| HSL | 154.74º | 0.49% | 0.38% | - |
| HSV(B) | 154.74º | 0.66% | 0.56% | - |
| XYZ | 13.74 | 21.6 | 16.54 | - |
| YUV | 111.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 104 | 0.66 | 0 | 0.28 | 0.44 | 154.74 | 0.49 | 0.38 |
| Hex | 31 | 90 | 68 | 42 | 0 | 1C | 2C | 9B | 31 | 26 |
| Octal | 61 | 220 | 150 | 102 | 0 | 34 | 54 | 233 | 61 | 46 |
| Binary | 110001 | 10010000 | 1101000 | 1000010 | 0 | 11100 | 101100 | 10011011 | 110001 | 100110 |
Color Harmonies of #319068
Complementary color
Monochromatic Colors of #319068
Black with #319068
Text Example
Text Example
White with #319068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319068; }
p { color: rgb(49,144,104); }
H1.HeaderClassName
{
color: #319068;
}
.AnyTagClassName
{
color: #319068;
}
</style>
background-color css
<style>
a { background-color: #319068; }
a { background-color: rgb(49,144,104); }
div.DivClassName
{
background-color: #319068;
}
.BgClassName
{
background-color: #319068;
}
</style>
border-color css
<style>
span { border-color: #319068; }
span { border-color: rgb(49,144,104); }
td.TdClassName
{
border-color: #319068;
}
.TagClassName
{
border-color: #319068;
}
</style>