#55B46D

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

Shades of Fern #55B46D

Tints of Fern #55B46D

Color information

#55B46D (or 0x55B46D) is unknown color: approx Fern. HEX triplet: 55, B4 and 6D. RGB value is (85,180,109). Sum of RGB (Red+Green+Blue) = 85+180+109=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #55B46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B46D is #AA4B92. Grayscale: #8F8F8F. Windows color (decimal): -11160467 or 7189589. OLE color: 7189589.

HSL color Cylindrical-coordinate representation of color #55B46D: hue angle of 135.16º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B46D is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB85180109-
CMYK0.5300.390.29
HSL135.16º38.78%51.96%-
HSV(B)135.16º52.78%70.59%-
XYZ22.8335.6820.15-
YUV143.5108.5386.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 180 (70.70% from 255) = 48.13%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=22.73%
G=48.13%
B=29.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851801090.5300.390.29135.1638.7851.96
Hex55B46D350271D872734
Octal12526415565047352074764
Binary101010110110100110110111010101001111110110000111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,180,109); }

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

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

 a { background-color: rgb(85,180,109); }

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

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

 span { border-color: rgb(85,180,109); }

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