Shades of Eucalyptus #31AB61
Tints of Eucalyptus #31AB61
RGB
CMYK
RGB Variations
Color information
#31AB61 (or 0x31AB61) is known color: Eucalyptus. HEX triplet: 31, AB and 61. RGB value is (49,171,97). Sum of RGB (Red+Green+Blue) = 49+171+97=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AB61 is #CE549E. Grayscale: #7E7E7E. Windows color (decimal): -13522079 or 6400817. OLE color: 6400817.
HSL color Cylindrical-coordinate representation of color #31AB61: hue angle of 143.61º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AB61 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 97 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.33 |
| HSL | 143.61º | 0.55% | 0.43% | - |
| HSV(B) | 143.61º | 0.71% | 0.67% | - |
| XYZ | 17.99 | 30.64 | 16.28 | - |
| YUV | 126.09 | 111.58 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 97 | 0.71 | 0 | 0.43 | 0.33 | 143.61 | 0.55 | 0.43 |
| Hex | 31 | AB | 61 | 47 | 0 | 2B | 21 | 90 | 37 | 2B |
| Octal | 61 | 253 | 141 | 107 | 0 | 53 | 41 | 220 | 67 | 53 |
| Binary | 110001 | 10101011 | 1100001 | 1000111 | 0 | 101011 | 100001 | 10010000 | 110111 | 101011 |
Color Harmonies of #31AB61
Complementary color
Monochromatic Colors of #31AB61
Black with #31AB61
Text Example
Text Example
White with #31AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB61; }
p { color: rgb(49,171,97); }
H1.HeaderClassName
{
color: #31AB61;
}
.AnyTagClassName
{
color: #31AB61;
}
</style>
background-color css
<style>
a { background-color: #31AB61; }
a { background-color: rgb(49,171,97); }
div.DivClassName
{
background-color: #31AB61;
}
.BgClassName
{
background-color: #31AB61;
}
</style>
border-color css
<style>
span { border-color: #31AB61; }
span { border-color: rgb(49,171,97); }
td.TdClassName
{
border-color: #31AB61;
}
.TagClassName
{
border-color: #31AB61;
}
</style>