Shades of Eucalyptus #349A5D
Tints of Eucalyptus #349A5D
RGB
CMYK
RGB Variations
Color information
#349A5D (or 0x349A5D) is known color: Eucalyptus. HEX triplet: 34, 9A and 5D. RGB value is (52,154,93). Sum of RGB (Red+Green+Blue) = 52+154+93=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #349A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349A5D is #CB65A2. Grayscale: #747474. Windows color (decimal): -13329827 or 6134324. OLE color: 6134324.
HSL color Cylindrical-coordinate representation of color #349A5D: hue angle of 144.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A5D is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 154 | 93 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.40 |
| HSL | 144.12º | 0.5% | 0.4% | - |
| HSV(B) | 144.12º | 0.66% | 0.6% | - |
| XYZ | 14.95 | 24.63 | 14.32 | - |
| YUV | 116.55 | 114.71 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 93 | 0.66 | 0 | 0.40 | 0.40 | 144.12 | 0.5 | 0.4 |
| Hex | 34 | 9A | 5D | 42 | 0 | 28 | 28 | 90 | 32 | 28 |
| Octal | 64 | 232 | 135 | 102 | 0 | 50 | 50 | 220 | 62 | 50 |
| Binary | 110100 | 10011010 | 1011101 | 1000010 | 0 | 101000 | 101000 | 10010000 | 110010 | 101000 |
Color Harmonies of #349A5D
Complementary color
Monochromatic Colors of #349A5D
Black with #349A5D
Text Example
Text Example
White with #349A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349A5D; }
p { color: rgb(52,154,93); }
H1.HeaderClassName
{
color: #349A5D;
}
.AnyTagClassName
{
color: #349A5D;
}
</style>
background-color css
<style>
a { background-color: #349A5D; }
a { background-color: rgb(52,154,93); }
div.DivClassName
{
background-color: #349A5D;
}
.BgClassName
{
background-color: #349A5D;
}
</style>
border-color css
<style>
span { border-color: #349A5D; }
span { border-color: rgb(52,154,93); }
td.TdClassName
{
border-color: #349A5D;
}
.TagClassName
{
border-color: #349A5D;
}
</style>