Shades of Eucalyptus #319C60
Tints of Eucalyptus #319C60
RGB
CMYK
RGB Variations
Color information
#319C60 (or 0x319C60) is known color: Eucalyptus. HEX triplet: 31, 9C and 60. RGB value is (49,156,96). Sum of RGB (Red+Green+Blue) = 49+156+96=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #319C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C60 is #CE639F. Grayscale: #757575. Windows color (decimal): -13525920 or 6331441. OLE color: 6331441.
HSL color Cylindrical-coordinate representation of color #319C60: hue angle of 146.36º 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 #319C60 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 96 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.39 |
| HSL | 146.36º | 0.52% | 0.4% | - |
| HSV(B) | 146.36º | 0.69% | 0.61% | - |
| XYZ | 15.27 | 25.27 | 15.14 | - |
| YUV | 117.17 | 116.05 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 96 | 0.69 | 0 | 0.38 | 0.39 | 146.36 | 0.52 | 0.4 |
| Hex | 31 | 9C | 60 | 45 | 0 | 26 | 27 | 92 | 34 | 28 |
| Octal | 61 | 234 | 140 | 105 | 0 | 46 | 47 | 222 | 64 | 50 |
| Binary | 110001 | 10011100 | 1100000 | 1000101 | 0 | 100110 | 100111 | 10010010 | 110100 | 101000 |
Color Harmonies of #319C60
Complementary color
Monochromatic Colors of #319C60
Black with #319C60
Text Example
Text Example
White with #319C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C60; }
p { color: rgb(49,156,96); }
H1.HeaderClassName
{
color: #319C60;
}
.AnyTagClassName
{
color: #319C60;
}
</style>
background-color css
<style>
a { background-color: #319C60; }
a { background-color: rgb(49,156,96); }
div.DivClassName
{
background-color: #319C60;
}
.BgClassName
{
background-color: #319C60;
}
</style>
border-color css
<style>
span { border-color: #319C60; }
span { border-color: rgb(49,156,96); }
td.TdClassName
{
border-color: #319C60;
}
.TagClassName
{
border-color: #319C60;
}
</style>