Shades of Eucalyptus #33A463
Tints of Eucalyptus #33A463
RGB
CMYK
RGB Variations
Color information
#33A463 (or 0x33A463) is known color: Eucalyptus. HEX triplet: 33, A4 and 63. RGB value is (51,164,99). Sum of RGB (Red+Green+Blue) = 51+164+99=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #33A463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A463 is #CC5B9C. Grayscale: #7A7A7A. Windows color (decimal): -13392797 or 6530099. OLE color: 6530099.
HSL color Cylindrical-coordinate representation of color #33A463: hue angle of 145.49º 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 #33A463 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 164 | 99 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.36 |
| HSL | 145.49º | 0.53% | 0.42% | - |
| HSV(B) | 145.49º | 0.69% | 0.64% | - |
| XYZ | 16.89 | 28.16 | 16.35 | - |
| YUV | 122.8 | 114.56 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 164 | 99 | 0.69 | 0 | 0.40 | 0.36 | 145.49 | 0.53 | 0.42 |
| Hex | 33 | A4 | 63 | 45 | 0 | 28 | 24 | 91 | 35 | 2A |
| Octal | 63 | 244 | 143 | 105 | 0 | 50 | 44 | 221 | 65 | 52 |
| Binary | 110011 | 10100100 | 1100011 | 1000101 | 0 | 101000 | 100100 | 10010001 | 110101 | 101010 |
Color Harmonies of #33A463
Complementary color
Monochromatic Colors of #33A463
Black with #33A463
Text Example
Text Example
White with #33A463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A463; }
p { color: rgb(51,164,99); }
H1.HeaderClassName
{
color: #33A463;
}
.AnyTagClassName
{
color: #33A463;
}
</style>
background-color css
<style>
a { background-color: #33A463; }
a { background-color: rgb(51,164,99); }
div.DivClassName
{
background-color: #33A463;
}
.BgClassName
{
background-color: #33A463;
}
</style>
border-color css
<style>
span { border-color: #33A463; }
span { border-color: rgb(51,164,99); }
td.TdClassName
{
border-color: #33A463;
}
.TagClassName
{
border-color: #33A463;
}
</style>