Shades of Eucalyptus #33A666
Tints of Eucalyptus #33A666
RGB
CMYK
RGB Variations
Color information
#33A666 (or 0x33A666) is known color: Eucalyptus. HEX triplet: 33, A6 and 66. RGB value is (51,166,102). Sum of RGB (Red+Green+Blue) = 51+166+102=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #33A666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A666 is #CC5999. Grayscale: #7C7C7C. Windows color (decimal): -13392282 or 6727219. OLE color: 6727219.
HSL color Cylindrical-coordinate representation of color #33A666: hue angle of 146.61º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A666 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 166 | 102 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.35 |
| HSL | 146.61º | 0.53% | 0.43% | - |
| HSV(B) | 146.61º | 0.69% | 0.65% | - |
| XYZ | 17.4 | 28.94 | 17.24 | - |
| YUV | 124.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 166 | 102 | 0.69 | 0 | 0.39 | 0.35 | 146.61 | 0.53 | 0.43 |
| Hex | 33 | A6 | 66 | 45 | 0 | 27 | 23 | 93 | 35 | 2B |
| Octal | 63 | 246 | 146 | 105 | 0 | 47 | 43 | 223 | 65 | 53 |
| Binary | 110011 | 10100110 | 1100110 | 1000101 | 0 | 100111 | 100011 | 10010011 | 110101 | 101011 |
Color Harmonies of #33A666
Complementary color
Monochromatic Colors of #33A666
Black with #33A666
Text Example
Text Example
White with #33A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A666; }
p { color: rgb(51,166,102); }
H1.HeaderClassName
{
color: #33A666;
}
.AnyTagClassName
{
color: #33A666;
}
</style>
background-color css
<style>
a { background-color: #33A666; }
a { background-color: rgb(51,166,102); }
div.DivClassName
{
background-color: #33A666;
}
.BgClassName
{
background-color: #33A666;
}
</style>
border-color css
<style>
span { border-color: #33A666; }
span { border-color: rgb(51,166,102); }
td.TdClassName
{
border-color: #33A666;
}
.TagClassName
{
border-color: #33A666;
}
</style>