Shades of Eucalyptus #31A965
Tints of Eucalyptus #31A965
RGB
CMYK
RGB Variations
Color information
#31A965 (or 0x31A965) is known color: Eucalyptus. HEX triplet: 31, A9 and 65. RGB value is (49,169,101). Sum of RGB (Red+Green+Blue) = 49+169+101=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #31A965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A965 is #CE569A. Grayscale: #7D7D7D. Windows color (decimal): -13522587 or 6662449. OLE color: 6662449.
HSL color Cylindrical-coordinate representation of color #31A965: hue angle of 146º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A965 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 169 | 101 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.34 |
| HSL | 146º | 0.55% | 0.43% | - |
| HSV(B) | 146º | 0.71% | 0.66% | - |
| XYZ | 17.8 | 29.97 | 17.16 | - |
| YUV | 125.37 | 114.24 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 169 | 101 | 0.71 | 0 | 0.40 | 0.34 | 146 | 0.55 | 0.43 |
| Hex | 31 | A9 | 65 | 47 | 0 | 28 | 22 | 92 | 37 | 2B |
| Octal | 61 | 251 | 145 | 107 | 0 | 50 | 42 | 222 | 67 | 53 |
| Binary | 110001 | 10101001 | 1100101 | 1000111 | 0 | 101000 | 100010 | 10010010 | 110111 | 101011 |
Color Harmonies of #31A965
Complementary color
Monochromatic Colors of #31A965
Black with #31A965
Text Example
Text Example
White with #31A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A965; }
p { color: rgb(49,169,101); }
H1.HeaderClassName
{
color: #31A965;
}
.AnyTagClassName
{
color: #31A965;
}
</style>
background-color css
<style>
a { background-color: #31A965; }
a { background-color: rgb(49,169,101); }
div.DivClassName
{
background-color: #31A965;
}
.BgClassName
{
background-color: #31A965;
}
</style>
border-color css
<style>
span { border-color: #31A965; }
span { border-color: rgb(49,169,101); }
td.TdClassName
{
border-color: #31A965;
}
.TagClassName
{
border-color: #31A965;
}
</style>