Shades of Eucalyptus #219C67
Tints of Eucalyptus #219C67
RGB
CMYK
RGB Variations
Color information
#219C67 (or 0x219C67) is known color: Eucalyptus. HEX triplet: 21, 9C and 67. RGB value is (33,156,103). Sum of RGB (Red+Green+Blue) = 33+156+103=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #219C67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C67 is #DE6398. Grayscale: #717171. Windows color (decimal): -14574489 or 6790177. OLE color: 6790177.
HSL color Cylindrical-coordinate representation of color #219C67: hue angle of 154.15º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219C67 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 103 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.39 |
| HSL | 154.15º | 0.65% | 0.37% | - |
| HSV(B) | 154.15º | 0.79% | 0.61% | - |
| XYZ | 14.96 | 25.08 | 16.88 | - |
| YUV | 113.18 | 122.25 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 103 | 0.79 | 0 | 0.34 | 0.39 | 154.15 | 0.65 | 0.37 |
| Hex | 21 | 9C | 67 | 4F | 0 | 22 | 27 | 9A | 41 | 25 |
| Octal | 41 | 234 | 147 | 117 | 0 | 42 | 47 | 232 | 101 | 45 |
| Binary | 100001 | 10011100 | 1100111 | 1001111 | 0 | 100010 | 100111 | 10011010 | 1000001 | 100101 |
Color Harmonies of #219C67
Complementary color
Monochromatic Colors of #219C67
Black with #219C67
Text Example
Text Example
White with #219C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C67; }
p { color: rgb(33,156,103); }
H1.HeaderClassName
{
color: #219C67;
}
.AnyTagClassName
{
color: #219C67;
}
</style>
background-color css
<style>
a { background-color: #219C67; }
a { background-color: rgb(33,156,103); }
div.DivClassName
{
background-color: #219C67;
}
.BgClassName
{
background-color: #219C67;
}
</style>
border-color css
<style>
span { border-color: #219C67; }
span { border-color: rgb(33,156,103); }
td.TdClassName
{
border-color: #219C67;
}
.TagClassName
{
border-color: #219C67;
}
</style>