#219C5E

Color #219C5E Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #219C5E

Tints of Eucalyptus #219C5E

Color information

#219C5E (or 0x219C5E) is unknown color: approx Eucalyptus. HEX triplet: 21, 9C and 5E. RGB value is (33,156,94). Sum of RGB (Red+Green+Blue) = 33+156+94=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #219C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C5E is #DE63A1. Grayscale: #707070. Windows color (decimal): -14574498 or 6200353. OLE color: 6200353.

HSL color Cylindrical-coordinate representation of color #219C5E: hue angle of 149.76º 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 #219C5E is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB3315694-
CMYK0.7900.400.39
HSL149.76º65.08%37.06%-
HSV(B)149.76º78.85%61.18%-
XYZ14.5424.9114.63-
YUV112.16117.7571.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 156 (61.33% from 255) = 55.12%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=11.66%
G=55.12%
B=33.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33156940.7900.400.39149.7665.0837.06
Hex219C5E4F02827964125
Octal412341361170504722610145
Binary10000110011100101111010011110101000100111100101101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219C5E; }

 p { color: rgb(33,156,94); }

 H1.HeaderClassName
 {
   color: #219C5E;
 }
 .AnyTagClassName
 {
   color: #219C5E;
 }
</style>
background-color css

<style>
 a { background-color: #219C5E; }

 a { background-color: rgb(33,156,94); }

 div.DivClassName
 {
   background-color: #219C5E;
 }
 .BgClassName
 {
   background-color: #219C5E;
 }
</style>
border-color css

<style>
 span { border-color: #219C5E; }

 span { border-color: rgb(33,156,94); }

 td.TdClassName
 {
   border-color: #219C5E;
 }
 .TagClassName
 {
   border-color: #219C5E;
 }
</style>