Shades of Eucalyptus #318E6A
Tints of Eucalyptus #318E6A
RGB
CMYK
RGB Variations
Color information
#318E6A (or 0x318E6A) is known color: Eucalyptus. HEX triplet: 31, 8E and 6A. RGB value is (49,142,106). Sum of RGB (Red+Green+Blue) = 49+142+106=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #318E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318E6A is #CE7195. Grayscale: #6E6E6E. Windows color (decimal): -13529494 or 6983217. OLE color: 6983217.
HSL color Cylindrical-coordinate representation of color #318E6A: hue angle of 156.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E6A is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 142 | 106 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.44 |
| HSL | 156.77º | 0.49% | 0.37% | - |
| HSV(B) | 156.77º | 0.65% | 0.56% | - |
| XYZ | 13.54 | 21.04 | 16.98 | - |
| YUV | 110.09 | 125.69 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 106 | 0.65 | 0 | 0.25 | 0.44 | 156.77 | 0.49 | 0.37 |
| Hex | 31 | 8E | 6A | 41 | 0 | 19 | 2C | 9D | 31 | 25 |
| Octal | 61 | 216 | 152 | 101 | 0 | 31 | 54 | 235 | 61 | 45 |
| Binary | 110001 | 10001110 | 1101010 | 1000001 | 0 | 11001 | 101100 | 10011101 | 110001 | 100101 |
Color Harmonies of #318E6A
Complementary color
Monochromatic Colors of #318E6A
Black with #318E6A
Text Example
Text Example
White with #318E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318E6A; }
p { color: rgb(49,142,106); }
H1.HeaderClassName
{
color: #318E6A;
}
.AnyTagClassName
{
color: #318E6A;
}
</style>
background-color css
<style>
a { background-color: #318E6A; }
a { background-color: rgb(49,142,106); }
div.DivClassName
{
background-color: #318E6A;
}
.BgClassName
{
background-color: #318E6A;
}
</style>
border-color css
<style>
span { border-color: #318E6A; }
span { border-color: rgb(49,142,106); }
td.TdClassName
{
border-color: #318E6A;
}
.TagClassName
{
border-color: #318E6A;
}
</style>