Shades of Eucalyptus #34916B
Tints of Eucalyptus #34916B
RGB
CMYK
RGB Variations
Color information
#34916B (or 0x34916B) is known color: Eucalyptus. HEX triplet: 34, 91 and 6B. RGB value is (52,145,107). Sum of RGB (Red+Green+Blue) = 52+145+107=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #34916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34916B is #CB6E94. Grayscale: #707070. Windows color (decimal): -13332117 or 7049524. OLE color: 7049524.
HSL color Cylindrical-coordinate representation of color #34916B: hue angle of 155.48º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34916B is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 145 | 107 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.43 |
| HSL | 155.48º | 0.47% | 0.39% | - |
| HSV(B) | 155.48º | 0.64% | 0.57% | - |
| XYZ | 14.2 | 22.04 | 17.42 | - |
| YUV | 112.86 | 124.69 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 107 | 0.64 | 0 | 0.26 | 0.43 | 155.48 | 0.47 | 0.39 |
| Hex | 34 | 91 | 6B | 40 | 0 | 1A | 2B | 9B | 2F | 27 |
| Octal | 64 | 221 | 153 | 100 | 0 | 32 | 53 | 233 | 57 | 47 |
| Binary | 110100 | 10010001 | 1101011 | 1000000 | 0 | 11010 | 101011 | 10011011 | 101111 | 100111 |
Color Harmonies of #34916B
Complementary color
Monochromatic Colors of #34916B
Black with #34916B
Text Example
Text Example
White with #34916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34916B; }
p { color: rgb(52,145,107); }
H1.HeaderClassName
{
color: #34916B;
}
.AnyTagClassName
{
color: #34916B;
}
</style>
background-color css
<style>
a { background-color: #34916B; }
a { background-color: rgb(52,145,107); }
div.DivClassName
{
background-color: #34916B;
}
.BgClassName
{
background-color: #34916B;
}
</style>
border-color css
<style>
span { border-color: #34916B; }
span { border-color: rgb(52,145,107); }
td.TdClassName
{
border-color: #34916B;
}
.TagClassName
{
border-color: #34916B;
}
</style>