#219C5D

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

Shades of Eucalyptus #219C5D

Tints of Eucalyptus #219C5D

Color information

#219C5D (or 0x219C5D) is unknown color: approx Eucalyptus. HEX triplet: 21, 9C and 5D. RGB value is (33,156,93). Sum of RGB (Red+Green+Blue) = 33+156+93=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 156 (61.33% from 255 or 55.32% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 156 - color contains mainly: green. Hex color #219C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C5D is #DE63A2. Grayscale: #707070. Windows color (decimal): -14574499 or 6134817. OLE color: 6134817.

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

Color convert

RGB3315693-
CMYK0.7900.400.39
HSL149.27º65.08%37.06%-
HSV(B)149.27º78.85%61.18%-
XYZ14.4924.8914.4-
YUV112.04117.2571.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 156 (61.33% from 255) = 55.32%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=11.70%
G=55.32%
B=32.98%

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
Decimal33156930.7900.400.39149.2765.0837.06
Hex219C5D4F02827954125
Octal412341351170504722510145
Binary10000110011100101110110011110101000100111100101011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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