Shades of Eucalyptus #34A46B
Tints of Eucalyptus #34A46B
RGB
CMYK
RGB Variations
Color information
#34A46B (or 0x34A46B) is known color: Eucalyptus. HEX triplet: 34, A4 and 6B. RGB value is (52,164,107). Sum of RGB (Red+Green+Blue) = 52+164+107=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 164 (64.45% from 255 or 50.77% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 164 - color contains mainly: green. Hex color #34A46B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A46B is #CB5B94. Grayscale: #7C7C7C. Windows color (decimal): -13327253 or 7054388. OLE color: 7054388.
HSL color Cylindrical-coordinate representation of color #34A46B: hue angle of 149.46º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A46B is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 164 | 107 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.36 |
| HSL | 149.46º | 0.52% | 0.42% | - |
| HSV(B) | 149.46º | 0.68% | 0.64% | - |
| XYZ | 17.35 | 28.34 | 18.47 | - |
| YUV | 124.01 | 118.39 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 164 | 107 | 0.68 | 0 | 0.35 | 0.36 | 149.46 | 0.52 | 0.42 |
| Hex | 34 | A4 | 6B | 44 | 0 | 23 | 24 | 95 | 34 | 2A |
| Octal | 64 | 244 | 153 | 104 | 0 | 43 | 44 | 225 | 64 | 52 |
| Binary | 110100 | 10100100 | 1101011 | 1000100 | 0 | 100011 | 100100 | 10010101 | 110100 | 101010 |
Color Harmonies of #34A46B
Complementary color
Monochromatic Colors of #34A46B
Black with #34A46B
Text Example
Text Example
White with #34A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A46B; }
p { color: rgb(52,164,107); }
H1.HeaderClassName
{
color: #34A46B;
}
.AnyTagClassName
{
color: #34A46B;
}
</style>
background-color css
<style>
a { background-color: #34A46B; }
a { background-color: rgb(52,164,107); }
div.DivClassName
{
background-color: #34A46B;
}
.BgClassName
{
background-color: #34A46B;
}
</style>
border-color css
<style>
span { border-color: #34A46B; }
span { border-color: rgb(52,164,107); }
td.TdClassName
{
border-color: #34A46B;
}
.TagClassName
{
border-color: #34A46B;
}
</style>