Shades of Eucalyptus #349B63
Tints of Eucalyptus #349B63
RGB
CMYK
RGB Variations
Color information
#349B63 (or 0x349B63) is known color: Eucalyptus. HEX triplet: 34, 9B and 63. RGB value is (52,155,99). Sum of RGB (Red+Green+Blue) = 52+155+99=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #349B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B63 is #CB649C. Grayscale: #757575. Windows color (decimal): -13329565 or 6527796. OLE color: 6527796.
HSL color Cylindrical-coordinate representation of color #349B63: hue angle of 147.38º 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 #349B63 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 99 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.39 |
| HSL | 147.38º | 0.5% | 0.41% | - |
| HSV(B) | 147.38º | 0.66% | 0.61% | - |
| XYZ | 15.39 | 25.07 | 15.83 | - |
| YUV | 117.82 | 117.38 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 99 | 0.66 | 0 | 0.36 | 0.39 | 147.38 | 0.5 | 0.41 |
| Hex | 34 | 9B | 63 | 42 | 0 | 24 | 27 | 93 | 32 | 29 |
| Octal | 64 | 233 | 143 | 102 | 0 | 44 | 47 | 223 | 62 | 51 |
| Binary | 110100 | 10011011 | 1100011 | 1000010 | 0 | 100100 | 100111 | 10010011 | 110010 | 101001 |
Color Harmonies of #349B63
Complementary color
Monochromatic Colors of #349B63
Black with #349B63
Text Example
Text Example
White with #349B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B63; }
p { color: rgb(52,155,99); }
H1.HeaderClassName
{
color: #349B63;
}
.AnyTagClassName
{
color: #349B63;
}
</style>
background-color css
<style>
a { background-color: #349B63; }
a { background-color: rgb(52,155,99); }
div.DivClassName
{
background-color: #349B63;
}
.BgClassName
{
background-color: #349B63;
}
</style>
border-color css
<style>
span { border-color: #349B63; }
span { border-color: rgb(52,155,99); }
td.TdClassName
{
border-color: #349B63;
}
.TagClassName
{
border-color: #349B63;
}
</style>