Shades of Eucalyptus #319B54
Tints of Eucalyptus #319B54
RGB
CMYK
RGB Variations
Color information
#319B54 (or 0x319B54) is known color: Eucalyptus. HEX triplet: 31, 9B and 54. RGB value is (49,155,84). Sum of RGB (Red+Green+Blue) = 49+155+84=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #319B54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B54 is #CE64AB. Grayscale: #737373. Windows color (decimal): -13526188 or 5544753. OLE color: 5544753.
HSL color Cylindrical-coordinate representation of color #319B54: hue angle of 139.81º 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 #319B54 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 155 | 84 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.39 |
| HSL | 139.81º | 0.52% | 0.4% | - |
| HSV(B) | 139.81º | 0.68% | 0.61% | - |
| XYZ | 14.59 | 24.74 | 12.39 | - |
| YUV | 115.21 | 110.38 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 84 | 0.68 | 0 | 0.46 | 0.39 | 139.81 | 0.52 | 0.4 |
| Hex | 31 | 9B | 54 | 44 | 0 | 2E | 27 | 8C | 34 | 28 |
| Octal | 61 | 233 | 124 | 104 | 0 | 56 | 47 | 214 | 64 | 50 |
| Binary | 110001 | 10011011 | 1010100 | 1000100 | 0 | 101110 | 100111 | 10001100 | 110100 | 101000 |
Color Harmonies of #319B54
Complementary color
Monochromatic Colors of #319B54
Black with #319B54
Text Example
Text Example
White with #319B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319B54; }
p { color: rgb(49,155,84); }
H1.HeaderClassName
{
color: #319B54;
}
.AnyTagClassName
{
color: #319B54;
}
</style>
background-color css
<style>
a { background-color: #319B54; }
a { background-color: rgb(49,155,84); }
div.DivClassName
{
background-color: #319B54;
}
.BgClassName
{
background-color: #319B54;
}
</style>
border-color css
<style>
span { border-color: #319B54; }
span { border-color: rgb(49,155,84); }
td.TdClassName
{
border-color: #319B54;
}
.TagClassName
{
border-color: #319B54;
}
</style>