#219B5A

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

Shades of Eucalyptus #219B5A

Tints of Eucalyptus #219B5A

Color information

#219B5A (or 0x219B5A) is unknown color: approx Eucalyptus. HEX triplet: 21, 9B and 5A. RGB value is (33,155,90). Sum of RGB (Red+Green+Blue) = 33+155+90=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #219B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B5A is #DE64A5. Grayscale: #6F6F6F. Windows color (decimal): -14574758 or 5937953. OLE color: 5937953.

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

Color convert

RGB3315590-
CMYK0.7900.420.39
HSL148.03º64.89%36.86%-
HSV(B)148.03º78.71%60.78%-
XYZ14.1924.513.65-
YUV111.11116.0872.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 155 (60.94% from 255) = 55.76%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=11.87%
G=55.76%
B=32.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33155900.7900.420.39148.0364.8936.86
Hex219B5A4F02A27944125
Octal412331321170524722410145
Binary10000110011011101101010011110101010100111100101001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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