Shades of Eucalyptus #349E6B
Tints of Eucalyptus #349E6B
RGB
CMYK
RGB Variations
Color information
#349E6B (or 0x349E6B) is known color: Eucalyptus. HEX triplet: 34, 9E and 6B. RGB value is (52,158,107). Sum of RGB (Red+Green+Blue) = 52+158+107=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #349E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E6B is #CB6194. Grayscale: #787878. Windows color (decimal): -13328789 or 7052852. OLE color: 7052852.
HSL color Cylindrical-coordinate representation of color #349E6B: hue angle of 151.13º 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 #349E6B is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 158 | 107 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.38 |
| HSL | 151.13º | 0.5% | 0.41% | - |
| HSV(B) | 151.13º | 0.67% | 0.62% | - |
| XYZ | 16.3 | 26.25 | 18.12 | - |
| YUV | 120.49 | 120.38 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 107 | 0.67 | 0 | 0.32 | 0.38 | 151.13 | 0.5 | 0.41 |
| Hex | 34 | 9E | 6B | 43 | 0 | 20 | 26 | 97 | 32 | 29 |
| Octal | 64 | 236 | 153 | 103 | 0 | 40 | 46 | 227 | 62 | 51 |
| Binary | 110100 | 10011110 | 1101011 | 1000011 | 0 | 100000 | 100110 | 10010111 | 110010 | 101001 |
Color Harmonies of #349E6B
Complementary color
Monochromatic Colors of #349E6B
Black with #349E6B
Text Example
Text Example
White with #349E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349E6B; }
p { color: rgb(52,158,107); }
H1.HeaderClassName
{
color: #349E6B;
}
.AnyTagClassName
{
color: #349E6B;
}
</style>
background-color css
<style>
a { background-color: #349E6B; }
a { background-color: rgb(52,158,107); }
div.DivClassName
{
background-color: #349E6B;
}
.BgClassName
{
background-color: #349E6B;
}
</style>
border-color css
<style>
span { border-color: #349E6B; }
span { border-color: rgb(52,158,107); }
td.TdClassName
{
border-color: #349E6B;
}
.TagClassName
{
border-color: #349E6B;
}
</style>