Shades of Eucalyptus #34996A
Tints of Eucalyptus #34996A
RGB
CMYK
RGB Variations
Color information
#34996A (or 0x34996A) is known color: Eucalyptus. HEX triplet: 34, 99 and 6A. RGB value is (52,153,106). Sum of RGB (Red+Green+Blue) = 52+153+106=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #34996A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34996A is #CB6695. Grayscale: #757575. Windows color (decimal): -13330070 or 6986036. OLE color: 6986036.
HSL color Cylindrical-coordinate representation of color #34996A: hue angle of 152.08º 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 #34996A is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 106 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.4 |
| HSL | 152.08º | 0.49% | 0.4% | - |
| HSV(B) | 152.08º | 0.66% | 0.6% | - |
| XYZ | 15.41 | 24.55 | 17.56 | - |
| YUV | 117.44 | 121.54 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 106 | 0.66 | 0 | 0.31 | 0.4 | 152.08 | 0.49 | 0.4 |
| Hex | 34 | 99 | 6A | 42 | 0 | 1F | 28 | 98 | 31 | 28 |
| Octal | 64 | 231 | 152 | 102 | 0 | 37 | 50 | 230 | 61 | 50 |
| Binary | 110100 | 10011001 | 1101010 | 1000010 | 0 | 11111 | 101000 | 10011000 | 110001 | 101000 |
Color Harmonies of #34996A
Complementary color
Monochromatic Colors of #34996A
Black with #34996A
Text Example
Text Example
White with #34996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34996A; }
p { color: rgb(52,153,106); }
H1.HeaderClassName
{
color: #34996A;
}
.AnyTagClassName
{
color: #34996A;
}
</style>
background-color css
<style>
a { background-color: #34996A; }
a { background-color: rgb(52,153,106); }
div.DivClassName
{
background-color: #34996A;
}
.BgClassName
{
background-color: #34996A;
}
</style>
border-color css
<style>
span { border-color: #34996A; }
span { border-color: rgb(52,153,106); }
td.TdClassName
{
border-color: #34996A;
}
.TagClassName
{
border-color: #34996A;
}
</style>