#219860

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

Shades of Eucalyptus #219860

Tints of Eucalyptus #219860

Color information

#219860 (or 0x219860) is unknown color: approx Eucalyptus. HEX triplet: 21, 98 and 60. RGB value is (33,152,96). Sum of RGB (Red+Green+Blue) = 33+152+96=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #219860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219860 is #DE679F. Grayscale: #6E6E6E. Windows color (decimal): -14575520 or 6330401. OLE color: 6330401.

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

Color convert

RGB3315296-
CMYK0.7800.370.40
HSL151.76º64.32%36.27%-
HSV(B)151.76º78.29%59.61%-
XYZ13.9723.6214.89-
YUV110.04120.0873.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 152 (59.77% from 255) = 54.09%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=11.74%
G=54.09%
B=34.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33152960.7800.370.40151.7664.3236.27
Hex2198604E02528984024
Octal412301401160455023010044
Binary10000110011000110000010011100100101101000100110001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219860; }

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

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

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

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

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

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

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

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