#219865

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

Shades of Eucalyptus #219865

Tints of Eucalyptus #219865

Color information

#219865 (or 0x219865) is unknown color: approx Eucalyptus. HEX triplet: 21, 98 and 65. RGB value is (33,152,101). Sum of RGB (Red+Green+Blue) = 33+152+101=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #219865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219865 is #DE679A. Grayscale: #6E6E6E. Windows color (decimal): -14575515 or 6658081. OLE color: 6658081.

HSL color Cylindrical-coordinate representation of color #219865: hue angle of 154.29º 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 #219865 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB33152101-
CMYK0.7800.340.40
HSL154.29º64.32%36.27%-
HSV(B)154.29º78.29%59.61%-
XYZ14.223.7216.14-
YUV110.6122.5872.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 152 (59.77% from 255) = 53.15%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=11.54%
G=53.15%
B=35.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331521010.7800.340.40154.2964.3236.27
Hex2198654E022289a4024
Octal412301451160425023210044
Binary10000110011000110010110011100100010101000100110101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219865; }

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

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

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

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

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

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

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

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