Shades of Eucalyptus #349261
Tints of Eucalyptus #349261
RGB
CMYK
RGB Variations
Color information
#349261 (or 0x349261) is known color: Eucalyptus. HEX triplet: 34, 92 and 61. RGB value is (52,146,97). Sum of RGB (Red+Green+Blue) = 52+146+97=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #349261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349261 is #CB6D9E. Grayscale: #707070. Windows color (decimal): -13331871 or 6394420. OLE color: 6394420.
HSL color Cylindrical-coordinate representation of color #349261: hue angle of 148.72º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349261 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 146 | 97 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.43 |
| HSL | 148.72º | 0.47% | 0.39% | - |
| HSV(B) | 148.72º | 0.64% | 0.57% | - |
| XYZ | 13.85 | 22.15 | 14.85 | - |
| YUV | 112.31 | 119.36 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 146 | 97 | 0.64 | 0 | 0.34 | 0.43 | 148.72 | 0.47 | 0.39 |
| Hex | 34 | 92 | 61 | 40 | 0 | 22 | 2B | 95 | 2F | 27 |
| Octal | 64 | 222 | 141 | 100 | 0 | 42 | 53 | 225 | 57 | 47 |
| Binary | 110100 | 10010010 | 1100001 | 1000000 | 0 | 100010 | 101011 | 10010101 | 101111 | 100111 |
Color Harmonies of #349261
Complementary color
Monochromatic Colors of #349261
Black with #349261
Text Example
Text Example
White with #349261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349261; }
p { color: rgb(52,146,97); }
H1.HeaderClassName
{
color: #349261;
}
.AnyTagClassName
{
color: #349261;
}
</style>
background-color css
<style>
a { background-color: #349261; }
a { background-color: rgb(52,146,97); }
div.DivClassName
{
background-color: #349261;
}
.BgClassName
{
background-color: #349261;
}
</style>
border-color css
<style>
span { border-color: #349261; }
span { border-color: rgb(52,146,97); }
td.TdClassName
{
border-color: #349261;
}
.TagClassName
{
border-color: #349261;
}
</style>