Shades of Eucalyptus #31A66A
Tints of Eucalyptus #31A66A
RGB
CMYK
RGB Variations
Color information
#31A66A (or 0x31A66A) is known color: Eucalyptus. HEX triplet: 31, A6 and 6A. RGB value is (49,166,106). Sum of RGB (Red+Green+Blue) = 49+166+106=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #31A66A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A66A is #CE5995. Grayscale: #7C7C7C. Windows color (decimal): -13523350 or 6989361. OLE color: 6989361.
HSL color Cylindrical-coordinate representation of color #31A66A: hue angle of 149.23º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A66A is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 166 | 106 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.35 |
| HSL | 149.23º | 0.54% | 0.42% | - |
| HSV(B) | 149.23º | 0.7% | 0.65% | - |
| XYZ | 17.5 | 28.97 | 18.3 | - |
| YUV | 124.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 166 | 106 | 0.70 | 0 | 0.36 | 0.35 | 149.23 | 0.54 | 0.42 |
| Hex | 31 | A6 | 6A | 46 | 0 | 24 | 23 | 95 | 36 | 2A |
| Octal | 61 | 246 | 152 | 106 | 0 | 44 | 43 | 225 | 66 | 52 |
| Binary | 110001 | 10100110 | 1101010 | 1000110 | 0 | 100100 | 100011 | 10010101 | 110110 | 101010 |
Color Harmonies of #31A66A
Complementary color
Monochromatic Colors of #31A66A
Black with #31A66A
Text Example
Text Example
White with #31A66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A66A; }
p { color: rgb(49,166,106); }
H1.HeaderClassName
{
color: #31A66A;
}
.AnyTagClassName
{
color: #31A66A;
}
</style>
background-color css
<style>
a { background-color: #31A66A; }
a { background-color: rgb(49,166,106); }
div.DivClassName
{
background-color: #31A66A;
}
.BgClassName
{
background-color: #31A66A;
}
</style>
border-color css
<style>
span { border-color: #31A66A; }
span { border-color: rgb(49,166,106); }
td.TdClassName
{
border-color: #31A66A;
}
.TagClassName
{
border-color: #31A66A;
}
</style>