Shades of Eucalyptus #319E64
Tints of Eucalyptus #319E64
RGB
CMYK
RGB Variations
Color information
#319E64 (or 0x319E64) is known color: Eucalyptus. HEX triplet: 31, 9E and 64. RGB value is (49,158,100). Sum of RGB (Red+Green+Blue) = 49+158+100=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #319E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319E64 is #CE619B. Grayscale: #767676. Windows color (decimal): -13525404 or 6594097. OLE color: 6594097.
HSL color Cylindrical-coordinate representation of color #319E64: hue angle of 148.07º 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 #319E64 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 158 | 100 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.38 |
| HSL | 148.07º | 0.53% | 0.41% | - |
| HSV(B) | 148.07º | 0.69% | 0.62% | - |
| XYZ | 15.79 | 26.03 | 16.25 | - |
| YUV | 118.8 | 117.39 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 100 | 0.69 | 0 | 0.37 | 0.38 | 148.07 | 0.53 | 0.41 |
| Hex | 31 | 9E | 64 | 45 | 0 | 25 | 26 | 94 | 35 | 29 |
| Octal | 61 | 236 | 144 | 105 | 0 | 45 | 46 | 224 | 65 | 51 |
| Binary | 110001 | 10011110 | 1100100 | 1000101 | 0 | 100101 | 100110 | 10010100 | 110101 | 101001 |
Color Harmonies of #319E64
Complementary color
Monochromatic Colors of #319E64
Black with #319E64
Text Example
Text Example
White with #319E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319E64; }
p { color: rgb(49,158,100); }
H1.HeaderClassName
{
color: #319E64;
}
.AnyTagClassName
{
color: #319E64;
}
</style>
background-color css
<style>
a { background-color: #319E64; }
a { background-color: rgb(49,158,100); }
div.DivClassName
{
background-color: #319E64;
}
.BgClassName
{
background-color: #319E64;
}
</style>
border-color css
<style>
span { border-color: #319E64; }
span { border-color: rgb(49,158,100); }
td.TdClassName
{
border-color: #319E64;
}
.TagClassName
{
border-color: #319E64;
}
</style>