Shades of Eucalyptus #319755
Tints of Eucalyptus #319755
RGB
CMYK
RGB Variations
Color information
#319755 (or 0x319755) is known color: Eucalyptus. HEX triplet: 31, 97 and 55. RGB value is (49,151,85). Sum of RGB (Red+Green+Blue) = 49+151+85=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #319755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319755 is #CE68AA. Grayscale: #717171. Windows color (decimal): -13527211 or 5609265. OLE color: 5609265.
HSL color Cylindrical-coordinate representation of color #319755: hue angle of 141.18º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319755 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 151 | 85 | - |
| CMYK | 0.68 | 0 | 0.44 | 0.41 |
| HSL | 141.18º | 0.51% | 0.39% | - |
| HSV(B) | 141.18º | 0.68% | 0.59% | - |
| XYZ | 13.97 | 23.44 | 12.38 | - |
| YUV | 112.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 85 | 0.68 | 0 | 0.44 | 0.41 | 141.18 | 0.51 | 0.39 |
| Hex | 31 | 97 | 55 | 44 | 0 | 2C | 29 | 8D | 33 | 27 |
| Octal | 61 | 227 | 125 | 104 | 0 | 54 | 51 | 215 | 63 | 47 |
| Binary | 110001 | 10010111 | 1010101 | 1000100 | 0 | 101100 | 101001 | 10001101 | 110011 | 100111 |
Color Harmonies of #319755
Complementary color
Monochromatic Colors of #319755
Black with #319755
Text Example
Text Example
White with #319755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319755; }
p { color: rgb(49,151,85); }
H1.HeaderClassName
{
color: #319755;
}
.AnyTagClassName
{
color: #319755;
}
</style>
background-color css
<style>
a { background-color: #319755; }
a { background-color: rgb(49,151,85); }
div.DivClassName
{
background-color: #319755;
}
.BgClassName
{
background-color: #319755;
}
</style>
border-color css
<style>
span { border-color: #319755; }
span { border-color: rgb(49,151,85); }
td.TdClassName
{
border-color: #319755;
}
.TagClassName
{
border-color: #319755;
}
</style>