Shades of Eucalyptus #349765
Tints of Eucalyptus #349765
RGB
CMYK
RGB Variations
Color information
#349765 (or 0x349765) is known color: Eucalyptus. HEX triplet: 34, 97 and 65. RGB value is (52,151,101). Sum of RGB (Red+Green+Blue) = 52+151+101=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #349765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349765 is #CB689A. Grayscale: #737373. Windows color (decimal): -13330587 or 6657844. OLE color: 6657844.
HSL color Cylindrical-coordinate representation of color #349765: hue angle of 149.7º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349765 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 101 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.41 |
| HSL | 149.7º | 0.49% | 0.4% | - |
| HSV(B) | 149.7º | 0.66% | 0.59% | - |
| XYZ | 14.83 | 23.8 | 16.12 | - |
| YUV | 115.7 | 119.7 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 101 | 0.66 | 0 | 0.33 | 0.41 | 149.7 | 0.49 | 0.4 |
| Hex | 34 | 97 | 65 | 42 | 0 | 21 | 29 | 96 | 31 | 28 |
| Octal | 64 | 227 | 145 | 102 | 0 | 41 | 51 | 226 | 61 | 50 |
| Binary | 110100 | 10010111 | 1100101 | 1000010 | 0 | 100001 | 101001 | 10010110 | 110001 | 101000 |
Color Harmonies of #349765
Complementary color
Monochromatic Colors of #349765
Black with #349765
Text Example
Text Example
White with #349765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349765; }
p { color: rgb(52,151,101); }
H1.HeaderClassName
{
color: #349765;
}
.AnyTagClassName
{
color: #349765;
}
</style>
background-color css
<style>
a { background-color: #349765; }
a { background-color: rgb(52,151,101); }
div.DivClassName
{
background-color: #349765;
}
.BgClassName
{
background-color: #349765;
}
</style>
border-color css
<style>
span { border-color: #349765; }
span { border-color: rgb(52,151,101); }
td.TdClassName
{
border-color: #349765;
}
.TagClassName
{
border-color: #349765;
}
</style>