#219D5C

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

Shades of Eucalyptus #219D5C

Tints of Eucalyptus #219D5C

Color information

#219D5C (or 0x219D5C) is unknown color: approx Eucalyptus. HEX triplet: 21, 9D and 5C. RGB value is (33,157,92). Sum of RGB (Red+Green+Blue) = 33+157+92=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #219D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D5C is #DE62A3. Grayscale: #707070. Windows color (decimal): -14574244 or 6069537. OLE color: 6069537.

HSL color Cylindrical-coordinate representation of color #219D5C: hue angle of 148.55º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219D5C is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB3315792-
CMYK0.7900.410.38
HSL148.55º65.26%37.25%-
HSV(B)148.55º78.98%61.57%-
XYZ14.6225.2114.22-
YUV112.51116.4271.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 157 (61.72% from 255) = 55.67%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=11.70%
G=55.67%
B=32.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33157920.7900.410.38148.5565.2637.25
Hex219D5C4F02926954125
Octal412351341170514622510145
Binary10000110011101101110010011110101001100110100101011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,157,92); }

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

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

 a { background-color: rgb(33,157,92); }

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

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

 span { border-color: rgb(33,157,92); }

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