#219B62

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

Shades of Eucalyptus #219B62

Tints of Eucalyptus #219B62

Color information

#219B62 (or 0x219B62) is unknown color: approx Eucalyptus. HEX triplet: 21, 9B and 62. RGB value is (33,155,98). Sum of RGB (Red+Green+Blue) = 33+155+98=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #219B62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B62 is #DE649D. Grayscale: #707070. Windows color (decimal): -14574750 or 6462241. OLE color: 6462241.

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

Color convert

RGB3315598-
CMYK0.7900.370.39
HSL151.97º64.89%36.86%-
HSV(B)151.97º78.71%60.78%-
XYZ14.5524.6515.55-
YUV112.02120.0871.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 155 (60.94% from 255) = 54.20%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=11.54%
G=54.20%
B=34.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33155980.7900.370.39151.9764.8936.86
Hex219B624F02527984125
Octal412331421170454723010145
Binary10000110011011110001010011110100101100111100110001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,155,98); }

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

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

 a { background-color: rgb(33,155,98); }

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

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

 span { border-color: rgb(33,155,98); }

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