Shades of Eucalyptus #319B6B
Tints of Eucalyptus #319B6B
RGB
CMYK
RGB Variations
Color information
#319B6B (or 0x319B6B) is known color: Eucalyptus. HEX triplet: 31, 9B and 6B. RGB value is (49,155,107). Sum of RGB (Red+Green+Blue) = 49+155+107=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #319B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B6B is #CE6494. Grayscale: #757575. Windows color (decimal): -13526165 or 7052081. OLE color: 7052081.
HSL color Cylindrical-coordinate representation of color #319B6B: hue angle of 152.83º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B6B is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 155 | 107 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.39 |
| HSL | 152.83º | 0.52% | 0.4% | - |
| HSV(B) | 152.83º | 0.68% | 0.61% | - |
| XYZ | 15.64 | 25.16 | 17.94 | - |
| YUV | 117.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 107 | 0.68 | 0 | 0.31 | 0.39 | 152.83 | 0.52 | 0.4 |
| Hex | 31 | 9B | 6B | 44 | 0 | 1F | 27 | 99 | 34 | 28 |
| Octal | 61 | 233 | 153 | 104 | 0 | 37 | 47 | 231 | 64 | 50 |
| Binary | 110001 | 10011011 | 1101011 | 1000100 | 0 | 11111 | 100111 | 10011001 | 110100 | 101000 |
Color Harmonies of #319B6B
Complementary color
Monochromatic Colors of #319B6B
Black with #319B6B
Text Example
Text Example
White with #319B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319B6B; }
p { color: rgb(49,155,107); }
H1.HeaderClassName
{
color: #319B6B;
}
.AnyTagClassName
{
color: #319B6B;
}
</style>
background-color css
<style>
a { background-color: #319B6B; }
a { background-color: rgb(49,155,107); }
div.DivClassName
{
background-color: #319B6B;
}
.BgClassName
{
background-color: #319B6B;
}
</style>
border-color css
<style>
span { border-color: #319B6B; }
span { border-color: rgb(49,155,107); }
td.TdClassName
{
border-color: #319B6B;
}
.TagClassName
{
border-color: #319B6B;
}
</style>