Shades of Eucalyptus #349B65
Tints of Eucalyptus #349B65
RGB
CMYK
RGB Variations
Color information
#349B65 (or 0x349B65) is known color: Eucalyptus. HEX triplet: 34, 9B and 65. RGB value is (52,155,101). Sum of RGB (Red+Green+Blue) = 52+155+101=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #349B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B65 is #CB649A. Grayscale: #767676. Windows color (decimal): -13329563 or 6658868. OLE color: 6658868.
HSL color Cylindrical-coordinate representation of color #349B65: hue angle of 148.54º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B65 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 101 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.39 |
| HSL | 148.54º | 0.5% | 0.41% | - |
| HSV(B) | 148.54º | 0.66% | 0.61% | - |
| XYZ | 15.49 | 25.11 | 16.34 | - |
| YUV | 118.05 | 118.38 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 101 | 0.66 | 0 | 0.35 | 0.39 | 148.54 | 0.5 | 0.41 |
| Hex | 34 | 9B | 65 | 42 | 0 | 23 | 27 | 95 | 32 | 29 |
| Octal | 64 | 233 | 145 | 102 | 0 | 43 | 47 | 225 | 62 | 51 |
| Binary | 110100 | 10011011 | 1100101 | 1000010 | 0 | 100011 | 100111 | 10010101 | 110010 | 101001 |
Color Harmonies of #349B65
Complementary color
Monochromatic Colors of #349B65
Black with #349B65
Text Example
Text Example
White with #349B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B65; }
p { color: rgb(52,155,101); }
H1.HeaderClassName
{
color: #349B65;
}
.AnyTagClassName
{
color: #349B65;
}
</style>
background-color css
<style>
a { background-color: #349B65; }
a { background-color: rgb(52,155,101); }
div.DivClassName
{
background-color: #349B65;
}
.BgClassName
{
background-color: #349B65;
}
</style>
border-color css
<style>
span { border-color: #349B65; }
span { border-color: rgb(52,155,101); }
td.TdClassName
{
border-color: #349B65;
}
.TagClassName
{
border-color: #349B65;
}
</style>