#219A5C

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

Shades of Eucalyptus #219A5C

Tints of Eucalyptus #219A5C

Color information

#219A5C (or 0x219A5C) is unknown color: approx Eucalyptus. HEX triplet: 21, 9A and 5C. RGB value is (33,154,92). Sum of RGB (Red+Green+Blue) = 33+154+92=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #219A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219A5C is #DE65A3. Grayscale: #6E6E6E. Windows color (decimal): -14575012 or 6068769. OLE color: 6068769.

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

Color convert

RGB3315492-
CMYK0.7900.400.40
HSL149.26º64.71%36.67%-
HSV(B)149.26º78.57%60.39%-
XYZ14.1124.2114.05-
YUV110.75117.4172.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 154 (60.55% from 255) = 55.20%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=11.83%
G=55.20%
B=32.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33154920.7900.400.40149.2664.7136.67
Hex219A5C4F02828954125
Octal412321341170505022510145
Binary10000110011010101110010011110101000101000100101011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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