Shades of Eucalyptus #319763
Tints of Eucalyptus #319763
RGB
CMYK
RGB Variations
Color information
#319763 (or 0x319763) is known color: Eucalyptus. HEX triplet: 31, 97 and 63. RGB value is (49,151,99). Sum of RGB (Red+Green+Blue) = 49+151+99=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #319763 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319763 is #CE689C. Grayscale: #727272. Windows color (decimal): -13527197 or 6526769. OLE color: 6526769.
HSL color Cylindrical-coordinate representation of color #319763: hue angle of 149.41º 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 #319763 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 151 | 99 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.41 |
| HSL | 149.41º | 0.51% | 0.39% | - |
| HSV(B) | 149.41º | 0.68% | 0.59% | - |
| XYZ | 14.59 | 23.69 | 15.61 | - |
| YUV | 114.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 99 | 0.68 | 0 | 0.34 | 0.41 | 149.41 | 0.51 | 0.39 |
| Hex | 31 | 97 | 63 | 44 | 0 | 22 | 29 | 95 | 33 | 27 |
| Octal | 61 | 227 | 143 | 104 | 0 | 42 | 51 | 225 | 63 | 47 |
| Binary | 110001 | 10010111 | 1100011 | 1000100 | 0 | 100010 | 101001 | 10010101 | 110011 | 100111 |
Color Harmonies of #319763
Complementary color
Monochromatic Colors of #319763
Black with #319763
Text Example
Text Example
White with #319763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319763; }
p { color: rgb(49,151,99); }
H1.HeaderClassName
{
color: #319763;
}
.AnyTagClassName
{
color: #319763;
}
</style>
background-color css
<style>
a { background-color: #319763; }
a { background-color: rgb(49,151,99); }
div.DivClassName
{
background-color: #319763;
}
.BgClassName
{
background-color: #319763;
}
</style>
border-color css
<style>
span { border-color: #319763; }
span { border-color: rgb(49,151,99); }
td.TdClassName
{
border-color: #319763;
}
.TagClassName
{
border-color: #319763;
}
</style>