Shades of Eucalyptus #349B68
Tints of Eucalyptus #349B68
RGB
CMYK
RGB Variations
Color information
#349B68 (or 0x349B68) is known color: Eucalyptus. HEX triplet: 34, 9B and 68. RGB value is (52,155,104). Sum of RGB (Red+Green+Blue) = 52+155+104=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #349B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B68 is #CB6497. Grayscale: #767676. Windows color (decimal): -13329560 or 6855476. OLE color: 6855476.
HSL color Cylindrical-coordinate representation of color #349B68: hue angle of 150.29º 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 #349B68 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 104 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.39 |
| HSL | 150.29º | 0.5% | 0.41% | - |
| HSV(B) | 150.29º | 0.66% | 0.61% | - |
| XYZ | 15.64 | 25.17 | 17.13 | - |
| YUV | 118.39 | 119.88 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 104 | 0.66 | 0 | 0.33 | 0.39 | 150.29 | 0.5 | 0.41 |
| Hex | 34 | 9B | 68 | 42 | 0 | 21 | 27 | 96 | 32 | 29 |
| Octal | 64 | 233 | 150 | 102 | 0 | 41 | 47 | 226 | 62 | 51 |
| Binary | 110100 | 10011011 | 1101000 | 1000010 | 0 | 100001 | 100111 | 10010110 | 110010 | 101001 |
Color Harmonies of #349B68
Complementary color
Monochromatic Colors of #349B68
Black with #349B68
Text Example
Text Example
White with #349B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B68; }
p { color: rgb(52,155,104); }
H1.HeaderClassName
{
color: #349B68;
}
.AnyTagClassName
{
color: #349B68;
}
</style>
background-color css
<style>
a { background-color: #349B68; }
a { background-color: rgb(52,155,104); }
div.DivClassName
{
background-color: #349B68;
}
.BgClassName
{
background-color: #349B68;
}
</style>
border-color css
<style>
span { border-color: #349B68; }
span { border-color: rgb(52,155,104); }
td.TdClassName
{
border-color: #349B68;
}
.TagClassName
{
border-color: #349B68;
}
</style>