Shades of Eucalyptus #34906B
Tints of Eucalyptus #34906B
RGB
CMYK
RGB Variations
Color information
#34906B (or 0x34906B) is known color: Eucalyptus. HEX triplet: 34, 90 and 6B. RGB value is (52,144,107). Sum of RGB (Red+Green+Blue) = 52+144+107=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #34906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34906B is #CB6F94. Grayscale: #707070. Windows color (decimal): -13332373 or 7049268. OLE color: 7049268.
HSL color Cylindrical-coordinate representation of color #34906B: hue angle of 155.87º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34906B is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 107 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.44 |
| HSL | 155.87º | 0.47% | 0.38% | - |
| HSV(B) | 155.87º | 0.64% | 0.56% | - |
| XYZ | 14.04 | 21.74 | 17.37 | - |
| YUV | 112.27 | 125.02 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 107 | 0.64 | 0 | 0.26 | 0.44 | 155.87 | 0.47 | 0.38 |
| Hex | 34 | 90 | 6B | 40 | 0 | 1A | 2C | 9C | 2F | 26 |
| Octal | 64 | 220 | 153 | 100 | 0 | 32 | 54 | 234 | 57 | 46 |
| Binary | 110100 | 10010000 | 1101011 | 1000000 | 0 | 11010 | 101100 | 10011100 | 101111 | 100110 |
Color Harmonies of #34906B
Complementary color
Monochromatic Colors of #34906B
Black with #34906B
Text Example
Text Example
White with #34906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34906B; }
p { color: rgb(52,144,107); }
H1.HeaderClassName
{
color: #34906B;
}
.AnyTagClassName
{
color: #34906B;
}
</style>
background-color css
<style>
a { background-color: #34906B; }
a { background-color: rgb(52,144,107); }
div.DivClassName
{
background-color: #34906B;
}
.BgClassName
{
background-color: #34906B;
}
</style>
border-color css
<style>
span { border-color: #34906B; }
span { border-color: rgb(52,144,107); }
td.TdClassName
{
border-color: #34906B;
}
.TagClassName
{
border-color: #34906B;
}
</style>