#55AA68

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

Shades of Fern #55AA68

Tints of Fern #55AA68

Color information

#55AA68 (or 0x55AA68) is unknown color: approx Fern. HEX triplet: 55, AA and 68. RGB value is (85,170,104). Sum of RGB (Red+Green+Blue) = 85+170+104=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA68 is #AA5597. Grayscale: #898989. Windows color (decimal): -11163032 or 6859349. OLE color: 6859349.

HSL color Cylindrical-coordinate representation of color #55AA68: hue angle of 133.41º 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 #55AA68 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB85170104-
CMYK0.5000.390.33
HSL133.41º33.33%50%-
HSV(B)133.41º50%66.67%-
XYZ20.6231.6818.12-
YUV137.06109.3490.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=23.68%
G=47.35%
B=28.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701040.5000.390.33133.4133.3350
Hex55AA683202721852132
Octal12525215062047412054162
Binary1010101101010101101000110010010011110000110000101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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