Shades of Eucalyptus #31AA5C
Tints of Eucalyptus #31AA5C
RGB
CMYK
RGB Variations
Color information
#31AA5C (or 0x31AA5C) is known color: Eucalyptus. HEX triplet: 31, AA and 5C. RGB value is (49,170,92). Sum of RGB (Red+Green+Blue) = 49+170+92=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AA5C is #CE55A3. Grayscale: #7D7D7D. Windows color (decimal): -13522340 or 6072881. OLE color: 6072881.
HSL color Cylindrical-coordinate representation of color #31AA5C: hue angle of 141.32º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AA5C is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 92 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.33 |
| HSL | 141.32º | 0.55% | 0.43% | - |
| HSV(B) | 141.32º | 0.71% | 0.67% | - |
| XYZ | 17.57 | 30.18 | 15.02 | - |
| YUV | 124.93 | 109.41 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 92 | 0.71 | 0 | 0.46 | 0.33 | 141.32 | 0.55 | 0.43 |
| Hex | 31 | AA | 5C | 47 | 0 | 2E | 21 | 8D | 37 | 2B |
| Octal | 61 | 252 | 134 | 107 | 0 | 56 | 41 | 215 | 67 | 53 |
| Binary | 110001 | 10101010 | 1011100 | 1000111 | 0 | 101110 | 100001 | 10001101 | 110111 | 101011 |
Color Harmonies of #31AA5C
Complementary color
Monochromatic Colors of #31AA5C
Black with #31AA5C
Text Example
Text Example
White with #31AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AA5C; }
p { color: rgb(49,170,92); }
H1.HeaderClassName
{
color: #31AA5C;
}
.AnyTagClassName
{
color: #31AA5C;
}
</style>
background-color css
<style>
a { background-color: #31AA5C; }
a { background-color: rgb(49,170,92); }
div.DivClassName
{
background-color: #31AA5C;
}
.BgClassName
{
background-color: #31AA5C;
}
</style>
border-color css
<style>
span { border-color: #31AA5C; }
span { border-color: rgb(49,170,92); }
td.TdClassName
{
border-color: #31AA5C;
}
.TagClassName
{
border-color: #31AA5C;
}
</style>