#219C60

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

Shades of Eucalyptus #219C60

Tints of Eucalyptus #219C60

Color information

#219C60 (or 0x219C60) is unknown color: approx Eucalyptus. HEX triplet: 21, 9C and 60. RGB value is (33,156,96). Sum of RGB (Red+Green+Blue) = 33+156+96=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #219C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C60 is #DE639F. Grayscale: #707070. Windows color (decimal): -14574496 or 6331425. OLE color: 6331425.

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

Color convert

RGB3315696-
CMYK0.7900.380.39
HSL150.73º65.08%37.06%-
HSV(B)150.73º78.85%61.18%-
XYZ14.6324.9415.11-
YUV112.38118.7571.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 156 (61.33% from 255) = 54.74%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=11.58%
G=54.74%
B=33.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33156960.7900.380.39150.7365.0837.06
Hex219C604F02627974125
Octal412341401170464722710145
Binary10000110011100110000010011110100110100111100101111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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