Shades of Eucalyptus #34935E
Tints of Eucalyptus #34935E
RGB
CMYK
RGB Variations
Color information
#34935E (or 0x34935E) is known color: Eucalyptus. HEX triplet: 34, 93 and 5E. RGB value is (52,147,94). Sum of RGB (Red+Green+Blue) = 52+147+94=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #34935E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34935E is #CB6CA1. Grayscale: #707070. Windows color (decimal): -13331618 or 6198068. OLE color: 6198068.
HSL color Cylindrical-coordinate representation of color #34935E: hue angle of 146.53º 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 #34935E is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 147 | 94 | - |
| CMYK | 0.65 | 0 | 0.36 | 0.42 |
| HSL | 146.53º | 0.48% | 0.39% | - |
| HSV(B) | 146.53º | 0.65% | 0.58% | - |
| XYZ | 13.87 | 22.41 | 14.18 | - |
| YUV | 112.55 | 117.53 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 147 | 94 | 0.65 | 0 | 0.36 | 0.42 | 146.53 | 0.48 | 0.39 |
| Hex | 34 | 93 | 5E | 41 | 0 | 24 | 2A | 93 | 30 | 27 |
| Octal | 64 | 223 | 136 | 101 | 0 | 44 | 52 | 223 | 60 | 47 |
| Binary | 110100 | 10010011 | 1011110 | 1000001 | 0 | 100100 | 101010 | 10010011 | 110000 | 100111 |
Color Harmonies of #34935E
Complementary color
Monochromatic Colors of #34935E
Black with #34935E
Text Example
Text Example
White with #34935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34935E; }
p { color: rgb(52,147,94); }
H1.HeaderClassName
{
color: #34935E;
}
.AnyTagClassName
{
color: #34935E;
}
</style>
background-color css
<style>
a { background-color: #34935E; }
a { background-color: rgb(52,147,94); }
div.DivClassName
{
background-color: #34935E;
}
.BgClassName
{
background-color: #34935E;
}
</style>
border-color css
<style>
span { border-color: #34935E; }
span { border-color: rgb(52,147,94); }
td.TdClassName
{
border-color: #34935E;
}
.TagClassName
{
border-color: #34935E;
}
</style>