Shades of Eucalyptus #31A066
Tints of Eucalyptus #31A066
RGB
CMYK
RGB Variations
Color information
#31A066 (or 0x31A066) is known color: Eucalyptus. HEX triplet: 31, A0 and 66. RGB value is (49,160,102). Sum of RGB (Red+Green+Blue) = 49+160+102=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #31A066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A066 is #CE5F99. Grayscale: #787878. Windows color (decimal): -13524890 or 6725681. OLE color: 6725681.
HSL color Cylindrical-coordinate representation of color #31A066: hue angle of 148.65º 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 #31A066 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 102 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.37 |
| HSL | 148.65º | 0.53% | 0.41% | - |
| HSV(B) | 148.65º | 0.69% | 0.63% | - |
| XYZ | 16.24 | 26.75 | 16.88 | - |
| YUV | 120.2 | 117.73 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 102 | 0.69 | 0 | 0.36 | 0.37 | 148.65 | 0.53 | 0.41 |
| Hex | 31 | A0 | 66 | 45 | 0 | 24 | 25 | 95 | 35 | 29 |
| Octal | 61 | 240 | 146 | 105 | 0 | 44 | 45 | 225 | 65 | 51 |
| Binary | 110001 | 10100000 | 1100110 | 1000101 | 0 | 100100 | 100101 | 10010101 | 110101 | 101001 |
Color Harmonies of #31A066
Complementary color
Monochromatic Colors of #31A066
Black with #31A066
Text Example
Text Example
White with #31A066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A066; }
p { color: rgb(49,160,102); }
H1.HeaderClassName
{
color: #31A066;
}
.AnyTagClassName
{
color: #31A066;
}
</style>
background-color css
<style>
a { background-color: #31A066; }
a { background-color: rgb(49,160,102); }
div.DivClassName
{
background-color: #31A066;
}
.BgClassName
{
background-color: #31A066;
}
</style>
border-color css
<style>
span { border-color: #31A066; }
span { border-color: rgb(49,160,102); }
td.TdClassName
{
border-color: #31A066;
}
.TagClassName
{
border-color: #31A066;
}
</style>