#219E68

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

Shades of Eucalyptus #219E68

Tints of Eucalyptus #219E68

Color information

#219E68 (or 0x219E68) is unknown color: approx Eucalyptus. HEX triplet: 21, 9E and 68. RGB value is (33,158,104). Sum of RGB (Red+Green+Blue) = 33+158+104=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #219E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219E68 is #DE6197. Grayscale: #727272. Windows color (decimal): -14573976 or 6856225. OLE color: 6856225.

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

Color convert

RGB33158104-
CMYK0.7900.340.38
HSL154.08º65.45%37.45%-
HSV(B)154.08º79.11%61.96%-
XYZ15.3525.7817.26-
YUV114.47122.0969.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.19%
GREEN value IS 158 (62.11% from 255) = 53.56%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=11.19%
G=53.56%
B=35.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331581040.7900.340.38154.0865.4537.45
Hex219E684F022269a4125
Octal412361501170424623210145
Binary10000110011110110100010011110100010100110100110101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,158,104); }

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

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

 a { background-color: rgb(33,158,104); }

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

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

 span { border-color: rgb(33,158,104); }

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