Shades of Eucalyptus #33A46A
Tints of Eucalyptus #33A46A
RGB
CMYK
RGB Variations
Color information
#33A46A (or 0x33A46A) is known color: Eucalyptus. HEX triplet: 33, A4 and 6A. RGB value is (51,164,106). Sum of RGB (Red+Green+Blue) = 51+164+106=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #33A46A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A46A is #CC5B95. Grayscale: #7B7B7B. Windows color (decimal): -13392790 or 6988851. OLE color: 6988851.
HSL color Cylindrical-coordinate representation of color #33A46A: hue angle of 149.2º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A46A is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 164 | 106 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.36 |
| HSL | 149.2º | 0.53% | 0.42% | - |
| HSV(B) | 149.2º | 0.69% | 0.64% | - |
| XYZ | 17.24 | 28.3 | 18.19 | - |
| YUV | 123.6 | 118.06 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 164 | 106 | 0.69 | 0 | 0.35 | 0.36 | 149.2 | 0.53 | 0.42 |
| Hex | 33 | A4 | 6A | 45 | 0 | 23 | 24 | 95 | 35 | 2A |
| Octal | 63 | 244 | 152 | 105 | 0 | 43 | 44 | 225 | 65 | 52 |
| Binary | 110011 | 10100100 | 1101010 | 1000101 | 0 | 100011 | 100100 | 10010101 | 110101 | 101010 |
Color Harmonies of #33A46A
Complementary color
Monochromatic Colors of #33A46A
Black with #33A46A
Text Example
Text Example
White with #33A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A46A; }
p { color: rgb(51,164,106); }
H1.HeaderClassName
{
color: #33A46A;
}
.AnyTagClassName
{
color: #33A46A;
}
</style>
background-color css
<style>
a { background-color: #33A46A; }
a { background-color: rgb(51,164,106); }
div.DivClassName
{
background-color: #33A46A;
}
.BgClassName
{
background-color: #33A46A;
}
</style>
border-color css
<style>
span { border-color: #33A46A; }
span { border-color: rgb(51,164,106); }
td.TdClassName
{
border-color: #33A46A;
}
.TagClassName
{
border-color: #33A46A;
}
</style>