Shades of Eucalyptus #34976C
Tints of Eucalyptus #34976C
RGB
CMYK
RGB Variations
Color information
#34976C (or 0x34976C) is known color: Eucalyptus. HEX triplet: 34, 97 and 6C. RGB value is (52,151,108). Sum of RGB (Red+Green+Blue) = 52+151+108=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #34976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34976C is #CB6893. Grayscale: #747474. Windows color (decimal): -13330580 or 7116596. OLE color: 7116596.
HSL color Cylindrical-coordinate representation of color #34976C: hue angle of 153.94º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34976C is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 108 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.41 |
| HSL | 153.94º | 0.49% | 0.4% | - |
| HSV(B) | 153.94º | 0.66% | 0.59% | - |
| XYZ | 15.19 | 23.95 | 18.01 | - |
| YUV | 116.5 | 123.2 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 108 | 0.66 | 0 | 0.28 | 0.41 | 153.94 | 0.49 | 0.4 |
| Hex | 34 | 97 | 6C | 42 | 0 | 1C | 29 | 9A | 31 | 28 |
| Octal | 64 | 227 | 154 | 102 | 0 | 34 | 51 | 232 | 61 | 50 |
| Binary | 110100 | 10010111 | 1101100 | 1000010 | 0 | 11100 | 101001 | 10011010 | 110001 | 101000 |
Color Harmonies of #34976C
Complementary color
Monochromatic Colors of #34976C
Black with #34976C
Text Example
Text Example
White with #34976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34976C; }
p { color: rgb(52,151,108); }
H1.HeaderClassName
{
color: #34976C;
}
.AnyTagClassName
{
color: #34976C;
}
</style>
background-color css
<style>
a { background-color: #34976C; }
a { background-color: rgb(52,151,108); }
div.DivClassName
{
background-color: #34976C;
}
.BgClassName
{
background-color: #34976C;
}
</style>
border-color css
<style>
span { border-color: #34976C; }
span { border-color: rgb(52,151,108); }
td.TdClassName
{
border-color: #34976C;
}
.TagClassName
{
border-color: #34976C;
}
</style>