Shades of Eucalyptus #34985C
Tints of Eucalyptus #34985C
RGB
CMYK
RGB Variations
Color information
#34985C (or 0x34985C) is known color: Eucalyptus. HEX triplet: 34, 98 and 5C. RGB value is (52,152,92). Sum of RGB (Red+Green+Blue) = 52+152+92=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #34985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34985C is #CB67A3. Grayscale: #737373. Windows color (decimal): -13330340 or 6068276. OLE color: 6068276.
HSL color Cylindrical-coordinate representation of color #34985C: hue angle of 144º 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 #34985C is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 152 | 92 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.40 |
| HSL | 144º | 0.49% | 0.4% | - |
| HSV(B) | 144º | 0.66% | 0.6% | - |
| XYZ | 14.58 | 23.96 | 13.98 | - |
| YUV | 115.26 | 114.87 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 92 | 0.66 | 0 | 0.39 | 0.40 | 144 | 0.49 | 0.4 |
| Hex | 34 | 98 | 5C | 42 | 0 | 27 | 28 | 90 | 31 | 28 |
| Octal | 64 | 230 | 134 | 102 | 0 | 47 | 50 | 220 | 61 | 50 |
| Binary | 110100 | 10011000 | 1011100 | 1000010 | 0 | 100111 | 101000 | 10010000 | 110001 | 101000 |
Color Harmonies of #34985C
Complementary color
Monochromatic Colors of #34985C
Black with #34985C
Text Example
Text Example
White with #34985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34985C; }
p { color: rgb(52,152,92); }
H1.HeaderClassName
{
color: #34985C;
}
.AnyTagClassName
{
color: #34985C;
}
</style>
background-color css
<style>
a { background-color: #34985C; }
a { background-color: rgb(52,152,92); }
div.DivClassName
{
background-color: #34985C;
}
.BgClassName
{
background-color: #34985C;
}
</style>
border-color css
<style>
span { border-color: #34985C; }
span { border-color: rgb(52,152,92); }
td.TdClassName
{
border-color: #34985C;
}
.TagClassName
{
border-color: #34985C;
}
</style>