Shades of Eucalyptus #349D67
Tints of Eucalyptus #349D67
RGB
CMYK
RGB Variations
Color information
#349D67 (or 0x349D67) is known color: Eucalyptus. HEX triplet: 34, 9D and 67. RGB value is (52,157,103). Sum of RGB (Red+Green+Blue) = 52+157+103=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #349D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349D67 is #CB6298. Grayscale: #777777. Windows color (decimal): -13329049 or 6790452. OLE color: 6790452.
HSL color Cylindrical-coordinate representation of color #349D67: hue angle of 149.14º 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 #349D67 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 103 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.38 |
| HSL | 149.14º | 0.5% | 0.41% | - |
| HSV(B) | 149.14º | 0.67% | 0.62% | - |
| XYZ | 15.92 | 25.82 | 16.98 | - |
| YUV | 119.45 | 118.71 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 103 | 0.67 | 0 | 0.34 | 0.38 | 149.14 | 0.5 | 0.41 |
| Hex | 34 | 9D | 67 | 43 | 0 | 22 | 26 | 95 | 32 | 29 |
| Octal | 64 | 235 | 147 | 103 | 0 | 42 | 46 | 225 | 62 | 51 |
| Binary | 110100 | 10011101 | 1100111 | 1000011 | 0 | 100010 | 100110 | 10010101 | 110010 | 101001 |
Color Harmonies of #349D67
Complementary color
Monochromatic Colors of #349D67
Black with #349D67
Text Example
Text Example
White with #349D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D67; }
p { color: rgb(52,157,103); }
H1.HeaderClassName
{
color: #349D67;
}
.AnyTagClassName
{
color: #349D67;
}
</style>
background-color css
<style>
a { background-color: #349D67; }
a { background-color: rgb(52,157,103); }
div.DivClassName
{
background-color: #349D67;
}
.BgClassName
{
background-color: #349D67;
}
</style>
border-color css
<style>
span { border-color: #349D67; }
span { border-color: rgb(52,157,103); }
td.TdClassName
{
border-color: #349D67;
}
.TagClassName
{
border-color: #349D67;
}
</style>