Shades of Eucalyptus #349766
Tints of Eucalyptus #349766
RGB
CMYK
RGB Variations
Color information
#349766 (or 0x349766) is known color: Eucalyptus. HEX triplet: 34, 97 and 66. RGB value is (52,151,102). Sum of RGB (Red+Green+Blue) = 52+151+102=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #349766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349766 is #CB6899. Grayscale: #737373. Windows color (decimal): -13330586 or 6723380. OLE color: 6723380.
HSL color Cylindrical-coordinate representation of color #349766: hue angle of 150.3º 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 #349766 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 102 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.41 |
| HSL | 150.3º | 0.49% | 0.4% | - |
| HSV(B) | 150.3º | 0.66% | 0.59% | - |
| XYZ | 14.88 | 23.82 | 16.38 | - |
| YUV | 115.81 | 120.2 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 102 | 0.66 | 0 | 0.32 | 0.41 | 150.3 | 0.49 | 0.4 |
| Hex | 34 | 97 | 66 | 42 | 0 | 20 | 29 | 96 | 31 | 28 |
| Octal | 64 | 227 | 146 | 102 | 0 | 40 | 51 | 226 | 61 | 50 |
| Binary | 110100 | 10010111 | 1100110 | 1000010 | 0 | 100000 | 101001 | 10010110 | 110001 | 101000 |
Color Harmonies of #349766
Complementary color
Monochromatic Colors of #349766
Black with #349766
Text Example
Text Example
White with #349766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349766; }
p { color: rgb(52,151,102); }
H1.HeaderClassName
{
color: #349766;
}
.AnyTagClassName
{
color: #349766;
}
</style>
background-color css
<style>
a { background-color: #349766; }
a { background-color: rgb(52,151,102); }
div.DivClassName
{
background-color: #349766;
}
.BgClassName
{
background-color: #349766;
}
</style>
border-color css
<style>
span { border-color: #349766; }
span { border-color: rgb(52,151,102); }
td.TdClassName
{
border-color: #349766;
}
.TagClassName
{
border-color: #349766;
}
</style>