Shades of Eucalyptus #31A45C
Tints of Eucalyptus #31A45C
RGB
CMYK
RGB Variations
Color information
#31A45C (or 0x31A45C) is known color: Eucalyptus. HEX triplet: 31, A4 and 5C. RGB value is (49,164,92). Sum of RGB (Red+Green+Blue) = 49+164+92=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #31A45C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A45C is #CE5BA3. Grayscale: #797979. Windows color (decimal): -13523876 or 6071345. OLE color: 6071345.
HSL color Cylindrical-coordinate representation of color #31A45C: hue angle of 142.43º 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 #31A45C is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 92 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.36 |
| HSL | 142.43º | 0.54% | 0.42% | - |
| HSV(B) | 142.43º | 0.7% | 0.64% | - |
| XYZ | 16.47 | 27.98 | 14.66 | - |
| YUV | 121.41 | 111.4 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 92 | 0.70 | 0 | 0.44 | 0.36 | 142.43 | 0.54 | 0.42 |
| Hex | 31 | A4 | 5C | 46 | 0 | 2C | 24 | 8E | 36 | 2A |
| Octal | 61 | 244 | 134 | 106 | 0 | 54 | 44 | 216 | 66 | 52 |
| Binary | 110001 | 10100100 | 1011100 | 1000110 | 0 | 101100 | 100100 | 10001110 | 110110 | 101010 |
Color Harmonies of #31A45C
Complementary color
Monochromatic Colors of #31A45C
Black with #31A45C
Text Example
Text Example
White with #31A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A45C; }
p { color: rgb(49,164,92); }
H1.HeaderClassName
{
color: #31A45C;
}
.AnyTagClassName
{
color: #31A45C;
}
</style>
background-color css
<style>
a { background-color: #31A45C; }
a { background-color: rgb(49,164,92); }
div.DivClassName
{
background-color: #31A45C;
}
.BgClassName
{
background-color: #31A45C;
}
</style>
border-color css
<style>
span { border-color: #31A45C; }
span { border-color: rgb(49,164,92); }
td.TdClassName
{
border-color: #31A45C;
}
.TagClassName
{
border-color: #31A45C;
}
</style>