Shades of Eucalyptus #319C67
Tints of Eucalyptus #319C67
RGB
CMYK
RGB Variations
Color information
#319C67 (or 0x319C67) is known color: Eucalyptus. HEX triplet: 31, 9C and 67. RGB value is (49,156,103). Sum of RGB (Red+Green+Blue) = 49+156+103=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #319C67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C67 is #CE6398. Grayscale: #767676. Windows color (decimal): -13525913 or 6790193. OLE color: 6790193.
HSL color Cylindrical-coordinate representation of color #319C67: hue angle of 150.28º 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 #319C67 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 103 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.39 |
| HSL | 150.28º | 0.52% | 0.4% | - |
| HSV(B) | 150.28º | 0.69% | 0.61% | - |
| XYZ | 15.6 | 25.41 | 16.91 | - |
| YUV | 117.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 103 | 0.69 | 0 | 0.34 | 0.39 | 150.28 | 0.52 | 0.4 |
| Hex | 31 | 9C | 67 | 45 | 0 | 22 | 27 | 96 | 34 | 28 |
| Octal | 61 | 234 | 147 | 105 | 0 | 42 | 47 | 226 | 64 | 50 |
| Binary | 110001 | 10011100 | 1100111 | 1000101 | 0 | 100010 | 100111 | 10010110 | 110100 | 101000 |
Color Harmonies of #319C67
Complementary color
Monochromatic Colors of #319C67
Black with #319C67
Text Example
Text Example
White with #319C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C67; }
p { color: rgb(49,156,103); }
H1.HeaderClassName
{
color: #319C67;
}
.AnyTagClassName
{
color: #319C67;
}
</style>
background-color css
<style>
a { background-color: #319C67; }
a { background-color: rgb(49,156,103); }
div.DivClassName
{
background-color: #319C67;
}
.BgClassName
{
background-color: #319C67;
}
</style>
border-color css
<style>
span { border-color: #319C67; }
span { border-color: rgb(49,156,103); }
td.TdClassName
{
border-color: #319C67;
}
.TagClassName
{
border-color: #319C67;
}
</style>