Shades of Eucalyptus #349F5E
Tints of Eucalyptus #349F5E
RGB
CMYK
RGB Variations
Color information
#349F5E (or 0x349F5E) is known color: Eucalyptus. HEX triplet: 34, 9F and 5E. RGB value is (52,159,94). Sum of RGB (Red+Green+Blue) = 52+159+94=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #349F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F5E is #CB60A1. Grayscale: #777777. Windows color (decimal): -13328546 or 6201140. OLE color: 6201140.
HSL color Cylindrical-coordinate representation of color #349F5E: hue angle of 143.55º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349F5E is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 159 | 94 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.38 |
| HSL | 143.55º | 0.51% | 0.41% | - |
| HSV(B) | 143.55º | 0.67% | 0.62% | - |
| XYZ | 15.83 | 26.33 | 14.84 | - |
| YUV | 119.6 | 113.55 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 94 | 0.67 | 0 | 0.41 | 0.38 | 143.55 | 0.51 | 0.41 |
| Hex | 34 | 9F | 5E | 43 | 0 | 29 | 26 | 90 | 33 | 29 |
| Octal | 64 | 237 | 136 | 103 | 0 | 51 | 46 | 220 | 63 | 51 |
| Binary | 110100 | 10011111 | 1011110 | 1000011 | 0 | 101001 | 100110 | 10010000 | 110011 | 101001 |
Color Harmonies of #349F5E
Complementary color
Monochromatic Colors of #349F5E
Black with #349F5E
Text Example
Text Example
White with #349F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349F5E; }
p { color: rgb(52,159,94); }
H1.HeaderClassName
{
color: #349F5E;
}
.AnyTagClassName
{
color: #349F5E;
}
</style>
background-color css
<style>
a { background-color: #349F5E; }
a { background-color: rgb(52,159,94); }
div.DivClassName
{
background-color: #349F5E;
}
.BgClassName
{
background-color: #349F5E;
}
</style>
border-color css
<style>
span { border-color: #349F5E; }
span { border-color: rgb(52,159,94); }
td.TdClassName
{
border-color: #349F5E;
}
.TagClassName
{
border-color: #349F5E;
}
</style>