Shades of Eucalyptus #34995B
Tints of Eucalyptus #34995B
RGB
CMYK
RGB Variations
Color information
#34995B (or 0x34995B) is known color: Eucalyptus. HEX triplet: 34, 99 and 5B. RGB value is (52,153,91). Sum of RGB (Red+Green+Blue) = 52+153+91=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #34995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34995B is #CB66A4. Grayscale: #737373. Windows color (decimal): -13330085 or 6002996. OLE color: 6002996.
HSL color Cylindrical-coordinate representation of color #34995B: hue angle of 143.17º 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 #34995B is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 91 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.4 |
| HSL | 143.17º | 0.49% | 0.4% | - |
| HSV(B) | 143.17º | 0.66% | 0.6% | - |
| XYZ | 14.7 | 24.27 | 13.81 | - |
| YUV | 115.73 | 114.04 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 91 | 0.66 | 0 | 0.41 | 0.4 | 143.17 | 0.49 | 0.4 |
| Hex | 34 | 99 | 5B | 42 | 0 | 29 | 28 | 8F | 31 | 28 |
| Octal | 64 | 231 | 133 | 102 | 0 | 51 | 50 | 217 | 61 | 50 |
| Binary | 110100 | 10011001 | 1011011 | 1000010 | 0 | 101001 | 101000 | 10001111 | 110001 | 101000 |
Color Harmonies of #34995B
Complementary color
Monochromatic Colors of #34995B
Black with #34995B
Text Example
Text Example
White with #34995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34995B; }
p { color: rgb(52,153,91); }
H1.HeaderClassName
{
color: #34995B;
}
.AnyTagClassName
{
color: #34995B;
}
</style>
background-color css
<style>
a { background-color: #34995B; }
a { background-color: rgb(52,153,91); }
div.DivClassName
{
background-color: #34995B;
}
.BgClassName
{
background-color: #34995B;
}
</style>
border-color css
<style>
span { border-color: #34995B; }
span { border-color: rgb(52,153,91); }
td.TdClassName
{
border-color: #34995B;
}
.TagClassName
{
border-color: #34995B;
}
</style>