Shades of Eucalyptus #319E6B
Tints of Eucalyptus #319E6B
RGB
CMYK
RGB Variations
Color information
#319E6B (or 0x319E6B) is known color: Eucalyptus. HEX triplet: 31, 9E and 6B. RGB value is (49,158,107). Sum of RGB (Red+Green+Blue) = 49+158+107=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #319E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319E6B is #CE6194. Grayscale: #777777. Windows color (decimal): -13525397 or 7052849. OLE color: 7052849.
HSL color Cylindrical-coordinate representation of color #319E6B: hue angle of 151.93º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319E6B is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 158 | 107 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.38 |
| HSL | 151.93º | 0.53% | 0.41% | - |
| HSV(B) | 151.93º | 0.69% | 0.62% | - |
| XYZ | 16.15 | 26.17 | 18.11 | - |
| YUV | 119.6 | 120.89 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 107 | 0.69 | 0 | 0.32 | 0.38 | 151.93 | 0.53 | 0.41 |
| Hex | 31 | 9E | 6B | 45 | 0 | 20 | 26 | 98 | 35 | 29 |
| Octal | 61 | 236 | 153 | 105 | 0 | 40 | 46 | 230 | 65 | 51 |
| Binary | 110001 | 10011110 | 1101011 | 1000101 | 0 | 100000 | 100110 | 10011000 | 110101 | 101001 |
Color Harmonies of #319E6B
Complementary color
Monochromatic Colors of #319E6B
Black with #319E6B
Text Example
Text Example
White with #319E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319E6B; }
p { color: rgb(49,158,107); }
H1.HeaderClassName
{
color: #319E6B;
}
.AnyTagClassName
{
color: #319E6B;
}
</style>
background-color css
<style>
a { background-color: #319E6B; }
a { background-color: rgb(49,158,107); }
div.DivClassName
{
background-color: #319E6B;
}
.BgClassName
{
background-color: #319E6B;
}
</style>
border-color css
<style>
span { border-color: #319E6B; }
span { border-color: rgb(49,158,107); }
td.TdClassName
{
border-color: #319E6B;
}
.TagClassName
{
border-color: #319E6B;
}
</style>