Shades of Eucalyptus #349966
Tints of Eucalyptus #349966
RGB
CMYK
RGB Variations
Color information
#349966 (or 0x349966) is known color: Eucalyptus. HEX triplet: 34, 99 and 66. RGB value is (52,153,102). Sum of RGB (Red+Green+Blue) = 52+153+102=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #349966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349966 is #CB6699. Grayscale: #757575. Windows color (decimal): -13330074 or 6723892. OLE color: 6723892.
HSL color Cylindrical-coordinate representation of color #349966: hue angle of 149.7º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349966 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 102 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.4 |
| HSL | 149.7º | 0.49% | 0.4% | - |
| HSV(B) | 149.7º | 0.66% | 0.6% | - |
| XYZ | 15.21 | 24.47 | 16.49 | - |
| YUV | 116.99 | 119.54 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 102 | 0.66 | 0 | 0.33 | 0.4 | 149.7 | 0.49 | 0.4 |
| Hex | 34 | 99 | 66 | 42 | 0 | 21 | 28 | 96 | 31 | 28 |
| Octal | 64 | 231 | 146 | 102 | 0 | 41 | 50 | 226 | 61 | 50 |
| Binary | 110100 | 10011001 | 1100110 | 1000010 | 0 | 100001 | 101000 | 10010110 | 110001 | 101000 |
Color Harmonies of #349966
Complementary color
Monochromatic Colors of #349966
Black with #349966
Text Example
Text Example
White with #349966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349966; }
p { color: rgb(52,153,102); }
H1.HeaderClassName
{
color: #349966;
}
.AnyTagClassName
{
color: #349966;
}
</style>
background-color css
<style>
a { background-color: #349966; }
a { background-color: rgb(52,153,102); }
div.DivClassName
{
background-color: #349966;
}
.BgClassName
{
background-color: #349966;
}
</style>
border-color css
<style>
span { border-color: #349966; }
span { border-color: rgb(52,153,102); }
td.TdClassName
{
border-color: #349966;
}
.TagClassName
{
border-color: #349966;
}
</style>