Shades of Eucalyptus #349A6A
Tints of Eucalyptus #349A6A
RGB
CMYK
RGB Variations
Color information
#349A6A (or 0x349A6A) is known color: Eucalyptus. HEX triplet: 34, 9A and 6A. RGB value is (52,154,106). Sum of RGB (Red+Green+Blue) = 52+154+106=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #349A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349A6A is #CB6595. Grayscale: #767676. Windows color (decimal): -13329814 or 6986292. OLE color: 6986292.
HSL color Cylindrical-coordinate representation of color #349A6A: hue angle of 151.76º 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 #349A6A is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 154 | 106 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.40 |
| HSL | 151.76º | 0.5% | 0.4% | - |
| HSV(B) | 151.76º | 0.66% | 0.6% | - |
| XYZ | 15.57 | 24.88 | 17.62 | - |
| YUV | 118.03 | 121.21 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 106 | 0.66 | 0 | 0.31 | 0.40 | 151.76 | 0.5 | 0.4 |
| Hex | 34 | 9A | 6A | 42 | 0 | 1F | 28 | 98 | 32 | 28 |
| Octal | 64 | 232 | 152 | 102 | 0 | 37 | 50 | 230 | 62 | 50 |
| Binary | 110100 | 10011010 | 1101010 | 1000010 | 0 | 11111 | 101000 | 10011000 | 110010 | 101000 |
Color Harmonies of #349A6A
Complementary color
Monochromatic Colors of #349A6A
Black with #349A6A
Text Example
Text Example
White with #349A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349A6A; }
p { color: rgb(52,154,106); }
H1.HeaderClassName
{
color: #349A6A;
}
.AnyTagClassName
{
color: #349A6A;
}
</style>
background-color css
<style>
a { background-color: #349A6A; }
a { background-color: rgb(52,154,106); }
div.DivClassName
{
background-color: #349A6A;
}
.BgClassName
{
background-color: #349A6A;
}
</style>
border-color css
<style>
span { border-color: #349A6A; }
span { border-color: rgb(52,154,106); }
td.TdClassName
{
border-color: #349A6A;
}
.TagClassName
{
border-color: #349A6A;
}
</style>