Shades of Eucalyptus #31A068
Tints of Eucalyptus #31A068
RGB
CMYK
RGB Variations
Color information
#31A068 (or 0x31A068) is known color: Eucalyptus. HEX triplet: 31, A0 and 68. RGB value is (49,160,104). Sum of RGB (Red+Green+Blue) = 49+160+104=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #31A068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A068 is #CE5F97. Grayscale: #787878. Windows color (decimal): -13524888 or 6856753. OLE color: 6856753.
HSL color Cylindrical-coordinate representation of color #31A068: hue angle of 149.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A068 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 104 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.37 |
| HSL | 149.73º | 0.53% | 0.41% | - |
| HSV(B) | 149.73º | 0.69% | 0.63% | - |
| XYZ | 16.34 | 26.79 | 17.41 | - |
| YUV | 120.43 | 118.73 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 104 | 0.69 | 0 | 0.35 | 0.37 | 149.73 | 0.53 | 0.41 |
| Hex | 31 | A0 | 68 | 45 | 0 | 23 | 25 | 96 | 35 | 29 |
| Octal | 61 | 240 | 150 | 105 | 0 | 43 | 45 | 226 | 65 | 51 |
| Binary | 110001 | 10100000 | 1101000 | 1000101 | 0 | 100011 | 100101 | 10010110 | 110101 | 101001 |
Color Harmonies of #31A068
Complementary color
Monochromatic Colors of #31A068
Black with #31A068
Text Example
Text Example
White with #31A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A068; }
p { color: rgb(49,160,104); }
H1.HeaderClassName
{
color: #31A068;
}
.AnyTagClassName
{
color: #31A068;
}
</style>
background-color css
<style>
a { background-color: #31A068; }
a { background-color: rgb(49,160,104); }
div.DivClassName
{
background-color: #31A068;
}
.BgClassName
{
background-color: #31A068;
}
</style>
border-color css
<style>
span { border-color: #31A068; }
span { border-color: rgb(49,160,104); }
td.TdClassName
{
border-color: #31A068;
}
.TagClassName
{
border-color: #31A068;
}
</style>