Shades of Eucalyptus #319C65
Tints of Eucalyptus #319C65
RGB
CMYK
RGB Variations
Color information
#319C65 (or 0x319C65) is known color: Eucalyptus. HEX triplet: 31, 9C and 65. RGB value is (49,156,101). Sum of RGB (Red+Green+Blue) = 49+156+101=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #319C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C65 is #CE639A. Grayscale: #757575. Windows color (decimal): -13525915 or 6659121. OLE color: 6659121.
HSL color Cylindrical-coordinate representation of color #319C65: hue angle of 149.16º 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 #319C65 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 101 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.39 |
| HSL | 149.16º | 0.52% | 0.4% | - |
| HSV(B) | 149.16º | 0.69% | 0.61% | - |
| XYZ | 15.5 | 25.37 | 16.39 | - |
| YUV | 117.74 | 118.55 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 101 | 0.69 | 0 | 0.35 | 0.39 | 149.16 | 0.52 | 0.4 |
| Hex | 31 | 9C | 65 | 45 | 0 | 23 | 27 | 95 | 34 | 28 |
| Octal | 61 | 234 | 145 | 105 | 0 | 43 | 47 | 225 | 64 | 50 |
| Binary | 110001 | 10011100 | 1100101 | 1000101 | 0 | 100011 | 100111 | 10010101 | 110100 | 101000 |
Color Harmonies of #319C65
Complementary color
Monochromatic Colors of #319C65
Black with #319C65
Text Example
Text Example
White with #319C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C65; }
p { color: rgb(49,156,101); }
H1.HeaderClassName
{
color: #319C65;
}
.AnyTagClassName
{
color: #319C65;
}
</style>
background-color css
<style>
a { background-color: #319C65; }
a { background-color: rgb(49,156,101); }
div.DivClassName
{
background-color: #319C65;
}
.BgClassName
{
background-color: #319C65;
}
</style>
border-color css
<style>
span { border-color: #319C65; }
span { border-color: rgb(49,156,101); }
td.TdClassName
{
border-color: #319C65;
}
.TagClassName
{
border-color: #319C65;
}
</style>