Shades of Eucalyptus #319C68
Tints of Eucalyptus #319C68
RGB
CMYK
RGB Variations
Color information
#319C68 (or 0x319C68) is known color: Eucalyptus. HEX triplet: 31, 9C and 68. RGB value is (49,156,104). Sum of RGB (Red+Green+Blue) = 49+156+104=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #319C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C68 is #CE6397. Grayscale: #767676. Windows color (decimal): -13525912 or 6855729. OLE color: 6855729.
HSL color Cylindrical-coordinate representation of color #319C68: hue angle of 150.84º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319C68 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 104 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.39 |
| HSL | 150.84º | 0.52% | 0.4% | - |
| HSV(B) | 150.84º | 0.69% | 0.61% | - |
| XYZ | 15.65 | 25.43 | 17.18 | - |
| YUV | 118.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 104 | 0.69 | 0 | 0.33 | 0.39 | 150.84 | 0.52 | 0.4 |
| Hex | 31 | 9C | 68 | 45 | 0 | 21 | 27 | 97 | 34 | 28 |
| Octal | 61 | 234 | 150 | 105 | 0 | 41 | 47 | 227 | 64 | 50 |
| Binary | 110001 | 10011100 | 1101000 | 1000101 | 0 | 100001 | 100111 | 10010111 | 110100 | 101000 |
Color Harmonies of #319C68
Complementary color
Monochromatic Colors of #319C68
Black with #319C68
Text Example
Text Example
White with #319C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C68; }
p { color: rgb(49,156,104); }
H1.HeaderClassName
{
color: #319C68;
}
.AnyTagClassName
{
color: #319C68;
}
</style>
background-color css
<style>
a { background-color: #319C68; }
a { background-color: rgb(49,156,104); }
div.DivClassName
{
background-color: #319C68;
}
.BgClassName
{
background-color: #319C68;
}
</style>
border-color css
<style>
span { border-color: #319C68; }
span { border-color: rgb(49,156,104); }
td.TdClassName
{
border-color: #319C68;
}
.TagClassName
{
border-color: #319C68;
}
</style>