#55B664

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

Shades of Fern #55B664

Tints of Fern #55B664

Color information

#55B664 (or 0x55B664) is unknown color: approx Fern. HEX triplet: 55, B6 and 64. RGB value is (85,182,100). Sum of RGB (Red+Green+Blue) = 85+182+100=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #55B664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B664 is #AA499B. Grayscale: #8F8F8F. Windows color (decimal): -11159964 or 6600277. OLE color: 6600277.

HSL color Cylindrical-coordinate representation of color #55B664: hue angle of 129.28º degrees, saturation: 0.4, 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 #55B664 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB85182100-
CMYK0.5300.450.29
HSL129.28º39.92%52.35%-
HSV(B)129.28º53.3%71.37%-
XYZ22.7736.3117.86-
YUV143.65103.3686.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 182 (71.48% from 255) = 49.59%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=23.16%
G=49.59%
B=27.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821000.5300.450.29129.2839.9252.35
Hex55B6643502D1D812834
Octal12526614465055352015064
Binary101010110110110110010011010101011011110110000001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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