Shades of Eucalyptus #31A46C
Tints of Eucalyptus #31A46C
RGB
CMYK
RGB Variations
Color information
#31A46C (or 0x31A46C) is known color: Eucalyptus. HEX triplet: 31, A4 and 6C. RGB value is (49,164,108). Sum of RGB (Red+Green+Blue) = 49+164+108=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #31A46C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A46C is #CE5B93. Grayscale: #7B7B7B. Windows color (decimal): -13523860 or 7119921. OLE color: 7119921.
HSL color Cylindrical-coordinate representation of color #31A46C: hue angle of 150.78º 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 #31A46C is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 108 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.36 |
| HSL | 150.78º | 0.54% | 0.42% | - |
| HSV(B) | 150.78º | 0.7% | 0.64% | - |
| XYZ | 17.25 | 28.29 | 18.74 | - |
| YUV | 123.23 | 119.4 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 108 | 0.70 | 0 | 0.34 | 0.36 | 150.78 | 0.54 | 0.42 |
| Hex | 31 | A4 | 6C | 46 | 0 | 22 | 24 | 97 | 36 | 2A |
| Octal | 61 | 244 | 154 | 106 | 0 | 42 | 44 | 227 | 66 | 52 |
| Binary | 110001 | 10100100 | 1101100 | 1000110 | 0 | 100010 | 100100 | 10010111 | 110110 | 101010 |
Color Harmonies of #31A46C
Complementary color
Monochromatic Colors of #31A46C
Black with #31A46C
Text Example
Text Example
White with #31A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A46C; }
p { color: rgb(49,164,108); }
H1.HeaderClassName
{
color: #31A46C;
}
.AnyTagClassName
{
color: #31A46C;
}
</style>
background-color css
<style>
a { background-color: #31A46C; }
a { background-color: rgb(49,164,108); }
div.DivClassName
{
background-color: #31A46C;
}
.BgClassName
{
background-color: #31A46C;
}
</style>
border-color css
<style>
span { border-color: #31A46C; }
span { border-color: rgb(49,164,108); }
td.TdClassName
{
border-color: #31A46C;
}
.TagClassName
{
border-color: #31A46C;
}
</style>