#22AA55

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

Shades of Eucalyptus #22AA55

Tints of Eucalyptus #22AA55

Color information

#22AA55 (or 0x22AA55) is unknown color: approx Eucalyptus. HEX triplet: 22, AA and 55. RGB value is (34,170,85). Sum of RGB (Red+Green+Blue) = 34+170+85=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #22AA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AA55 is #DD55AA. Grayscale: #777777. Windows color (decimal): -14505387 or 5614114. OLE color: 5614114.

HSL color Cylindrical-coordinate representation of color #22AA55: hue angle of 142.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AA55 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB3417085-
CMYK0.8000.500.33
HSL142.5º66.67%40%-
HSV(B)142.5º80%66.67%-
XYZ16.6729.7513.46-
YUV119.65108.4466.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 170 (66.80% from 255) = 58.82%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=11.76%
G=58.82%
B=29.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34170850.8000.500.33142.566.6740
Hex22AA5550032218e4328
Octal422521251200624121610350
Binary10001010101010101010110100000110010100001100011101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22AA55; }

 p { color: rgb(34,170,85); }

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

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

 a { background-color: rgb(34,170,85); }

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

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

 span { border-color: rgb(34,170,85); }

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