Shades of Eucalyptus #349463
Tints of Eucalyptus #349463
RGB
CMYK
RGB Variations
Color information
#349463 (or 0x349463) is known color: Eucalyptus. HEX triplet: 34, 94 and 63. RGB value is (52,148,99). Sum of RGB (Red+Green+Blue) = 52+148+99=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #349463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349463 is #CB6B9C. Grayscale: #717171. Windows color (decimal): -13331357 or 6526004. OLE color: 6526004.
HSL color Cylindrical-coordinate representation of color #349463: hue angle of 149.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349463 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 148 | 99 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.42 |
| HSL | 149.38º | 0.48% | 0.39% | - |
| HSV(B) | 149.38º | 0.65% | 0.58% | - |
| XYZ | 14.26 | 22.81 | 15.46 | - |
| YUV | 113.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 148 | 99 | 0.65 | 0 | 0.33 | 0.42 | 149.38 | 0.48 | 0.39 |
| Hex | 34 | 94 | 63 | 41 | 0 | 21 | 2A | 95 | 30 | 27 |
| Octal | 64 | 224 | 143 | 101 | 0 | 41 | 52 | 225 | 60 | 47 |
| Binary | 110100 | 10010100 | 1100011 | 1000001 | 0 | 100001 | 101010 | 10010101 | 110000 | 100111 |
Color Harmonies of #349463
Complementary color
Monochromatic Colors of #349463
Black with #349463
Text Example
Text Example
White with #349463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349463; }
p { color: rgb(52,148,99); }
H1.HeaderClassName
{
color: #349463;
}
.AnyTagClassName
{
color: #349463;
}
</style>
background-color css
<style>
a { background-color: #349463; }
a { background-color: rgb(52,148,99); }
div.DivClassName
{
background-color: #349463;
}
.BgClassName
{
background-color: #349463;
}
</style>
border-color css
<style>
span { border-color: #349463; }
span { border-color: rgb(52,148,99); }
td.TdClassName
{
border-color: #349463;
}
.TagClassName
{
border-color: #349463;
}
</style>