Shades of Eucalyptus #219C5C
Tints of Eucalyptus #219C5C
RGB
CMYK
RGB Variations
Color information
#219C5C (or 0x219C5C) is known color: Eucalyptus. HEX triplet: 21, 9C and 5C. RGB value is (33,156,92). Sum of RGB (Red+Green+Blue) = 33+156+92=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #219C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C5C is #DE63A3. Grayscale: #707070. Windows color (decimal): -14574500 or 6069281. OLE color: 6069281.
HSL color Cylindrical-coordinate representation of color #219C5C: hue angle of 148.78º 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 #219C5C is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 92 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.39 |
| HSL | 148.78º | 0.65% | 0.37% | - |
| HSV(B) | 148.78º | 0.79% | 0.61% | - |
| XYZ | 14.45 | 24.87 | 14.16 | - |
| YUV | 111.93 | 116.75 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 92 | 0.79 | 0 | 0.41 | 0.39 | 148.78 | 0.65 | 0.37 |
| Hex | 21 | 9C | 5C | 4F | 0 | 29 | 27 | 95 | 41 | 25 |
| Octal | 41 | 234 | 134 | 117 | 0 | 51 | 47 | 225 | 101 | 45 |
| Binary | 100001 | 10011100 | 1011100 | 1001111 | 0 | 101001 | 100111 | 10010101 | 1000001 | 100101 |
Color Harmonies of #219C5C
Complementary color
Monochromatic Colors of #219C5C
Black with #219C5C
Text Example
Text Example
White with #219C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C5C; }
p { color: rgb(33,156,92); }
H1.HeaderClassName
{
color: #219C5C;
}
.AnyTagClassName
{
color: #219C5C;
}
</style>
background-color css
<style>
a { background-color: #219C5C; }
a { background-color: rgb(33,156,92); }
div.DivClassName
{
background-color: #219C5C;
}
.BgClassName
{
background-color: #219C5C;
}
</style>
border-color css
<style>
span { border-color: #219C5C; }
span { border-color: rgb(33,156,92); }
td.TdClassName
{
border-color: #219C5C;
}
.TagClassName
{
border-color: #219C5C;
}
</style>