#55AA64

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

Shades of Fern #55AA64

Tints of Fern #55AA64

Color information

#55AA64 (or 0x55AA64) is unknown color: approx Fern. HEX triplet: 55, AA and 64. RGB value is (85,170,100). Sum of RGB (Red+Green+Blue) = 85+170+100=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA64 is #AA559B. Grayscale: #888888. Windows color (decimal): -11163036 or 6597205. OLE color: 6597205.

HSL color Cylindrical-coordinate representation of color #55AA64: hue angle of 130.59º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA64 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB85170100-
CMYK0.5000.410.33
HSL130.59º33.33%50%-
HSV(B)130.59º50%66.67%-
XYZ20.4231.617.08-
YUV136.6107.3491.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 170 (66.80% from 255) = 47.89%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=23.94%
G=47.89%
B=28.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701000.5000.410.33130.5933.3350
Hex55AA643202921832132
Octal12525214462051412034162
Binary1010101101010101100100110010010100110000110000011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AA64; }

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

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

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

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

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

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

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

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