Shades of Eucalyptus #319B68
Tints of Eucalyptus #319B68
RGB
CMYK
RGB Variations
Color information
#319B68 (or 0x319B68) is known color: Eucalyptus. HEX triplet: 31, 9B and 68. RGB value is (49,155,104). Sum of RGB (Red+Green+Blue) = 49+155+104=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #319B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B68 is #CE6497. Grayscale: #757575. Windows color (decimal): -13526168 or 6855473. OLE color: 6855473.
HSL color Cylindrical-coordinate representation of color #319B68: hue angle of 151.13º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B68 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 155 | 104 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.39 |
| HSL | 151.13º | 0.52% | 0.4% | - |
| HSV(B) | 151.13º | 0.68% | 0.61% | - |
| XYZ | 15.49 | 25.1 | 17.12 | - |
| YUV | 117.49 | 120.38 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 104 | 0.68 | 0 | 0.33 | 0.39 | 151.13 | 0.52 | 0.4 |
| Hex | 31 | 9B | 68 | 44 | 0 | 21 | 27 | 97 | 34 | 28 |
| Octal | 61 | 233 | 150 | 104 | 0 | 41 | 47 | 227 | 64 | 50 |
| Binary | 110001 | 10011011 | 1101000 | 1000100 | 0 | 100001 | 100111 | 10010111 | 110100 | 101000 |
Color Harmonies of #319B68
Complementary color
Monochromatic Colors of #319B68
Black with #319B68
Text Example
Text Example
White with #319B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319B68; }
p { color: rgb(49,155,104); }
H1.HeaderClassName
{
color: #319B68;
}
.AnyTagClassName
{
color: #319B68;
}
</style>
background-color css
<style>
a { background-color: #319B68; }
a { background-color: rgb(49,155,104); }
div.DivClassName
{
background-color: #319B68;
}
.BgClassName
{
background-color: #319B68;
}
</style>
border-color css
<style>
span { border-color: #319B68; }
span { border-color: rgb(49,155,104); }
td.TdClassName
{
border-color: #319B68;
}
.TagClassName
{
border-color: #319B68;
}
</style>