Shades of Eucalyptus #31A75C
Tints of Eucalyptus #31A75C
RGB
CMYK
RGB Variations
Color information
#31A75C (or 0x31A75C) is known color: Eucalyptus. HEX triplet: 31, A7 and 5C. RGB value is (49,167,92). Sum of RGB (Red+Green+Blue) = 49+167+92=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 167 (65.62% from 255 or 54.22% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 167 - color contains mainly: green. Hex color #31A75C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A75C is #CE58A3. Grayscale: #7B7B7B. Windows color (decimal): -13523108 or 6072113. OLE color: 6072113.
HSL color Cylindrical-coordinate representation of color #31A75C: hue angle of 141.86º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A75C is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 92 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.35 |
| HSL | 141.86º | 0.55% | 0.42% | - |
| HSV(B) | 141.86º | 0.71% | 0.65% | - |
| XYZ | 17.02 | 29.06 | 14.84 | - |
| YUV | 123.17 | 110.41 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 92 | 0.71 | 0 | 0.45 | 0.35 | 141.86 | 0.55 | 0.42 |
| Hex | 31 | A7 | 5C | 47 | 0 | 2D | 23 | 8E | 37 | 2A |
| Octal | 61 | 247 | 134 | 107 | 0 | 55 | 43 | 216 | 67 | 52 |
| Binary | 110001 | 10100111 | 1011100 | 1000111 | 0 | 101101 | 100011 | 10001110 | 110111 | 101010 |
Color Harmonies of #31A75C
Complementary color
Monochromatic Colors of #31A75C
Black with #31A75C
Text Example
Text Example
White with #31A75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A75C; }
p { color: rgb(49,167,92); }
H1.HeaderClassName
{
color: #31A75C;
}
.AnyTagClassName
{
color: #31A75C;
}
</style>
background-color css
<style>
a { background-color: #31A75C; }
a { background-color: rgb(49,167,92); }
div.DivClassName
{
background-color: #31A75C;
}
.BgClassName
{
background-color: #31A75C;
}
</style>
border-color css
<style>
span { border-color: #31A75C; }
span { border-color: rgb(49,167,92); }
td.TdClassName
{
border-color: #31A75C;
}
.TagClassName
{
border-color: #31A75C;
}
</style>