#55B164

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

Shades of Fern #55B164

Tints of Fern #55B164

Color information

#55B164 (or 0x55B164) is unknown color: approx Fern. HEX triplet: 55, B1 and 64. RGB value is (85,177,100). Sum of RGB (Red+Green+Blue) = 85+177+100=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #55B164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B164 is #AA4E9B. Grayscale: #8C8C8C. Windows color (decimal): -11161244 or 6598997. OLE color: 6598997.

HSL color Cylindrical-coordinate representation of color #55B164: hue angle of 129.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B164 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB85177100-
CMYK0.5200.440.31
HSL129.78º37.1%51.37%-
HSV(B)129.78º51.98%69.41%-
XYZ21.7734.317.53-
YUV140.71105.0288.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 177 (69.53% from 255) = 48.90%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=23.48%
G=48.90%
B=27.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851771000.5200.440.31129.7837.151.37
Hex55B1643402C1F822533
Octal12526114464054372024563
Binary101010110110001110010011010001011001111110000010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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