#219F54

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

Shades of Eucalyptus #219F54

Tints of Eucalyptus #219F54

Color information

#219F54 (or 0x219F54) is unknown color: approx Eucalyptus. HEX triplet: 21, 9F and 54. RGB value is (33,159,84). Sum of RGB (Red+Green+Blue) = 33+159+84=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 159 (62.5% from 255 or 57.61% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 159 - color contains mainly: green. Hex color #219F54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219F54 is #DE60AB. Grayscale: #707070. Windows color (decimal): -14573740 or 5545761. OLE color: 5545761.

HSL color Cylindrical-coordinate representation of color #219F54: hue angle of 144.29º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219F54 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB3315984-
CMYK0.7900.470.38
HSL144.29º65.62%37.65%-
HSV(B)144.29º79.25%62.35%-
XYZ14.6325.7612.59-
YUV112.78111.7671.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.96%
GREEN value IS 159 (62.5% from 255) = 57.61%
BLUE value IS 84 (33.20% from 255) = 30.43%
R=11.96%
G=57.61%
B=30.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33159840.7900.470.38144.2965.6237.65
Hex219F544F02F26904226
Octal412371241170574622010246
Binary10000110011111101010010011110101111100110100100001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,159,84); }

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

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

 a { background-color: rgb(33,159,84); }

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

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

 span { border-color: rgb(33,159,84); }

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