Shades of Eucalyptus #349D5E
Tints of Eucalyptus #349D5E
RGB
CMYK
RGB Variations
Color information
#349D5E (or 0x349D5E) is known color: Eucalyptus. HEX triplet: 34, 9D and 5E. RGB value is (52,157,94). Sum of RGB (Red+Green+Blue) = 52+157+94=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #349D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349D5E is #CB62A1. Grayscale: #767676. Windows color (decimal): -13329058 or 6200628. OLE color: 6200628.
HSL color Cylindrical-coordinate representation of color #349D5E: hue angle of 144º degrees, saturation: 0.5, 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 #349D5E is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 94 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.38 |
| HSL | 144º | 0.5% | 0.41% | - |
| HSV(B) | 144º | 0.67% | 0.62% | - |
| XYZ | 15.49 | 25.65 | 14.72 | - |
| YUV | 118.42 | 114.21 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 94 | 0.67 | 0 | 0.40 | 0.38 | 144 | 0.5 | 0.41 |
| Hex | 34 | 9D | 5E | 43 | 0 | 28 | 26 | 90 | 32 | 29 |
| Octal | 64 | 235 | 136 | 103 | 0 | 50 | 46 | 220 | 62 | 51 |
| Binary | 110100 | 10011101 | 1011110 | 1000011 | 0 | 101000 | 100110 | 10010000 | 110010 | 101001 |
Color Harmonies of #349D5E
Complementary color
Monochromatic Colors of #349D5E
Black with #349D5E
Text Example
Text Example
White with #349D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D5E; }
p { color: rgb(52,157,94); }
H1.HeaderClassName
{
color: #349D5E;
}
.AnyTagClassName
{
color: #349D5E;
}
</style>
background-color css
<style>
a { background-color: #349D5E; }
a { background-color: rgb(52,157,94); }
div.DivClassName
{
background-color: #349D5E;
}
.BgClassName
{
background-color: #349D5E;
}
</style>
border-color css
<style>
span { border-color: #349D5E; }
span { border-color: rgb(52,157,94); }
td.TdClassName
{
border-color: #349D5E;
}
.TagClassName
{
border-color: #349D5E;
}
</style>