#55AD69

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

Shades of Fern #55AD69

Tints of Fern #55AD69

Color information

#55AD69 (or 0x55AD69) is unknown color: approx Fern. HEX triplet: 55, AD and 69. RGB value is (85,173,105). Sum of RGB (Red+Green+Blue) = 85+173+105=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD69 is #AA5296. Grayscale: #8B8B8B. Windows color (decimal): -11162263 or 6925653. OLE color: 6925653.

HSL color Cylindrical-coordinate representation of color #55AD69: hue angle of 133.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AD69 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB85173105-
CMYK0.5100.390.32
HSL133.64º34.92%50.59%-
HSV(B)133.64º50.87%67.84%-
XYZ21.2432.8418.58-
YUV138.94108.8589.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 173 (67.97% from 255) = 47.66%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=23.42%
G=47.66%
B=28.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851731050.5100.390.32133.6434.9250.59
Hex55AD693302720862333
Octal12525515163047402064363
Binary1010101101011011101001110011010011110000010000110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,173,105); }

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

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

 a { background-color: rgb(85,173,105); }

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

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

 span { border-color: rgb(85,173,105); }

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