Shades of Eucalyptus #31A867
Tints of Eucalyptus #31A867
RGB
CMYK
RGB Variations
Color information
#31A867 (or 0x31A867) is known color: Eucalyptus. HEX triplet: 31, A8 and 67. RGB value is (49,168,103). Sum of RGB (Red+Green+Blue) = 49+168+103=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #31A867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A867 is #CE5798. Grayscale: #7D7D7D. Windows color (decimal): -13522841 or 6793265. OLE color: 6793265.
HSL color Cylindrical-coordinate representation of color #31A867: hue angle of 147.23º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A867 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 168 | 103 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.34 |
| HSL | 147.23º | 0.55% | 0.43% | - |
| HSV(B) | 147.23º | 0.71% | 0.66% | - |
| XYZ | 17.72 | 29.64 | 17.62 | - |
| YUV | 125.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 168 | 103 | 0.71 | 0 | 0.39 | 0.34 | 147.23 | 0.55 | 0.43 |
| Hex | 31 | A8 | 67 | 47 | 0 | 27 | 22 | 93 | 37 | 2B |
| Octal | 61 | 250 | 147 | 107 | 0 | 47 | 42 | 223 | 67 | 53 |
| Binary | 110001 | 10101000 | 1100111 | 1000111 | 0 | 100111 | 100010 | 10010011 | 110111 | 101011 |
Color Harmonies of #31A867
Complementary color
Monochromatic Colors of #31A867
Black with #31A867
Text Example
Text Example
White with #31A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A867; }
p { color: rgb(49,168,103); }
H1.HeaderClassName
{
color: #31A867;
}
.AnyTagClassName
{
color: #31A867;
}
</style>
background-color css
<style>
a { background-color: #31A867; }
a { background-color: rgb(49,168,103); }
div.DivClassName
{
background-color: #31A867;
}
.BgClassName
{
background-color: #31A867;
}
</style>
border-color css
<style>
span { border-color: #31A867; }
span { border-color: rgb(49,168,103); }
td.TdClassName
{
border-color: #31A867;
}
.TagClassName
{
border-color: #31A867;
}
</style>