Shades of Eucalyptus #349065
Tints of Eucalyptus #349065
RGB
CMYK
RGB Variations
Color information
#349065 (or 0x349065) is known color: Eucalyptus. HEX triplet: 34, 90 and 65. RGB value is (52,144,101). Sum of RGB (Red+Green+Blue) = 52+144+101=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #349065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349065 is #CB6F9A. Grayscale: #6F6F6F. Windows color (decimal): -13332379 or 6656052. OLE color: 6656052.
HSL color Cylindrical-coordinate representation of color #349065: hue angle of 151.96º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349065 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 101 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.44 |
| HSL | 151.96º | 0.47% | 0.38% | - |
| HSV(B) | 151.96º | 0.64% | 0.56% | - |
| XYZ | 13.74 | 21.62 | 15.76 | - |
| YUV | 111.59 | 122.02 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 101 | 0.64 | 0 | 0.30 | 0.44 | 151.96 | 0.47 | 0.38 |
| Hex | 34 | 90 | 65 | 40 | 0 | 1E | 2C | 98 | 2F | 26 |
| Octal | 64 | 220 | 145 | 100 | 0 | 36 | 54 | 230 | 57 | 46 |
| Binary | 110100 | 10010000 | 1100101 | 1000000 | 0 | 11110 | 101100 | 10011000 | 101111 | 100110 |
Color Harmonies of #349065
Complementary color
Monochromatic Colors of #349065
Black with #349065
Text Example
Text Example
White with #349065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349065; }
p { color: rgb(52,144,101); }
H1.HeaderClassName
{
color: #349065;
}
.AnyTagClassName
{
color: #349065;
}
</style>
background-color css
<style>
a { background-color: #349065; }
a { background-color: rgb(52,144,101); }
div.DivClassName
{
background-color: #349065;
}
.BgClassName
{
background-color: #349065;
}
</style>
border-color css
<style>
span { border-color: #349065; }
span { border-color: rgb(52,144,101); }
td.TdClassName
{
border-color: #349065;
}
.TagClassName
{
border-color: #349065;
}
</style>