Shades of Eucalyptus #33A669
Tints of Eucalyptus #33A669
RGB
CMYK
RGB Variations
Color information
#33A669 (or 0x33A669) is known color: Eucalyptus. HEX triplet: 33, A6 and 69. RGB value is (51,166,105). Sum of RGB (Red+Green+Blue) = 51+166+105=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #33A669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A669 is #CC5996. Grayscale: #7C7C7C. Windows color (decimal): -13392279 or 6923827. OLE color: 6923827.
HSL color Cylindrical-coordinate representation of color #33A669: hue angle of 148.17º 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 #33A669 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 166 | 105 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.35 |
| HSL | 148.17º | 0.53% | 0.43% | - |
| HSV(B) | 148.17º | 0.69% | 0.65% | - |
| XYZ | 17.55 | 29 | 18.04 | - |
| YUV | 124.66 | 116.9 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 166 | 105 | 0.69 | 0 | 0.37 | 0.35 | 148.17 | 0.53 | 0.43 |
| Hex | 33 | A6 | 69 | 45 | 0 | 25 | 23 | 94 | 35 | 2B |
| Octal | 63 | 246 | 151 | 105 | 0 | 45 | 43 | 224 | 65 | 53 |
| Binary | 110011 | 10100110 | 1101001 | 1000101 | 0 | 100101 | 100011 | 10010100 | 110101 | 101011 |
Color Harmonies of #33A669
Complementary color
Monochromatic Colors of #33A669
Black with #33A669
Text Example
Text Example
White with #33A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A669; }
p { color: rgb(51,166,105); }
H1.HeaderClassName
{
color: #33A669;
}
.AnyTagClassName
{
color: #33A669;
}
</style>
background-color css
<style>
a { background-color: #33A669; }
a { background-color: rgb(51,166,105); }
div.DivClassName
{
background-color: #33A669;
}
.BgClassName
{
background-color: #33A669;
}
</style>
border-color css
<style>
span { border-color: #33A669; }
span { border-color: rgb(51,166,105); }
td.TdClassName
{
border-color: #33A669;
}
.TagClassName
{
border-color: #33A669;
}
</style>