Shades of Eucalyptus #31A46A
Tints of Eucalyptus #31A46A
RGB
CMYK
RGB Variations
Color information
#31A46A (or 0x31A46A) is known color: Eucalyptus. HEX triplet: 31, A4 and 6A. RGB value is (49,164,106). Sum of RGB (Red+Green+Blue) = 49+164+106=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #31A46A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A46A is #CE5B95. Grayscale: #7B7B7B. Windows color (decimal): -13523862 or 6988849. OLE color: 6988849.
HSL color Cylindrical-coordinate representation of color #31A46A: hue angle of 149.74º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A46A is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 106 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.36 |
| HSL | 149.74º | 0.54% | 0.42% | - |
| HSV(B) | 149.74º | 0.7% | 0.64% | - |
| XYZ | 17.14 | 28.24 | 18.18 | - |
| YUV | 123 | 118.4 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 106 | 0.70 | 0 | 0.35 | 0.36 | 149.74 | 0.54 | 0.42 |
| Hex | 31 | A4 | 6A | 46 | 0 | 23 | 24 | 96 | 36 | 2A |
| Octal | 61 | 244 | 152 | 106 | 0 | 43 | 44 | 226 | 66 | 52 |
| Binary | 110001 | 10100100 | 1101010 | 1000110 | 0 | 100011 | 100100 | 10010110 | 110110 | 101010 |
Color Harmonies of #31A46A
Complementary color
Monochromatic Colors of #31A46A
Black with #31A46A
Text Example
Text Example
White with #31A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A46A; }
p { color: rgb(49,164,106); }
H1.HeaderClassName
{
color: #31A46A;
}
.AnyTagClassName
{
color: #31A46A;
}
</style>
background-color css
<style>
a { background-color: #31A46A; }
a { background-color: rgb(49,164,106); }
div.DivClassName
{
background-color: #31A46A;
}
.BgClassName
{
background-color: #31A46A;
}
</style>
border-color css
<style>
span { border-color: #31A46A; }
span { border-color: rgb(49,164,106); }
td.TdClassName
{
border-color: #31A46A;
}
.TagClassName
{
border-color: #31A46A;
}
</style>