Shades of Eucalyptus #34995C
Tints of Eucalyptus #34995C
RGB
CMYK
RGB Variations
Color information
#34995C (or 0x34995C) is known color: Eucalyptus. HEX triplet: 34, 99 and 5C. RGB value is (52,153,92). Sum of RGB (Red+Green+Blue) = 52+153+92=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #34995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34995C is #CB66A3. Grayscale: #737373. Windows color (decimal): -13330084 or 6068532. OLE color: 6068532.
HSL color Cylindrical-coordinate representation of color #34995C: hue angle of 143.76º 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 #34995C is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 92 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.4 |
| HSL | 143.76º | 0.49% | 0.4% | - |
| HSV(B) | 143.76º | 0.66% | 0.6% | - |
| XYZ | 14.74 | 24.29 | 14.04 | - |
| YUV | 115.85 | 114.54 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 92 | 0.66 | 0 | 0.40 | 0.4 | 143.76 | 0.49 | 0.4 |
| Hex | 34 | 99 | 5C | 42 | 0 | 28 | 28 | 90 | 31 | 28 |
| Octal | 64 | 231 | 134 | 102 | 0 | 50 | 50 | 220 | 61 | 50 |
| Binary | 110100 | 10011001 | 1011100 | 1000010 | 0 | 101000 | 101000 | 10010000 | 110001 | 101000 |
Color Harmonies of #34995C
Complementary color
Monochromatic Colors of #34995C
Black with #34995C
Text Example
Text Example
White with #34995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34995C; }
p { color: rgb(52,153,92); }
H1.HeaderClassName
{
color: #34995C;
}
.AnyTagClassName
{
color: #34995C;
}
</style>
background-color css
<style>
a { background-color: #34995C; }
a { background-color: rgb(52,153,92); }
div.DivClassName
{
background-color: #34995C;
}
.BgClassName
{
background-color: #34995C;
}
</style>
border-color css
<style>
span { border-color: #34995C; }
span { border-color: rgb(52,153,92); }
td.TdClassName
{
border-color: #34995C;
}
.TagClassName
{
border-color: #34995C;
}
</style>