#219D5A

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

Shades of Eucalyptus #219D5A

Tints of Eucalyptus #219D5A

Color information

#219D5A (or 0x219D5A) is unknown color: approx Eucalyptus. HEX triplet: 21, 9D and 5A. RGB value is (33,157,90). Sum of RGB (Red+Green+Blue) = 33+157+90=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #219D5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D5A is #DE62A5. Grayscale: #707070. Windows color (decimal): -14574246 or 5938465. OLE color: 5938465.

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

Color convert

RGB3315790-
CMYK0.7900.430.38
HSL147.58º65.26%37.25%-
HSV(B)147.58º78.98%61.57%-
XYZ14.5325.1813.77-
YUV112.29115.4271.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 157 (61.72% from 255) = 56.07%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=11.79%
G=56.07%
B=32.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33157900.7900.430.38147.5865.2637.25
Hex219D5A4F02B26944125
Octal412351321170534622410145
Binary10000110011101101101010011110101011100110100101001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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