#55B065

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

Shades of Fern #55B065

Tints of Fern #55B065

Color information

#55B065 (or 0x55B065) is unknown color: approx Fern. HEX triplet: 55, B0 and 65. RGB value is (85,176,101). Sum of RGB (Red+Green+Blue) = 85+176+101=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #55B065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B065 is #AA4F9A. Grayscale: #8C8C8C. Windows color (decimal): -11161499 or 6664277. OLE color: 6664277.

HSL color Cylindrical-coordinate representation of color #55B065: hue angle of 130.55º 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 #55B065 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB85176101-
CMYK0.5200.430.31
HSL130.55º36.55%51.18%-
HSV(B)130.55º51.7%69.02%-
XYZ21.6233.9217.72-
YUV140.24105.8588.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 176 (69.14% from 255) = 48.62%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=23.48%
G=48.62%
B=27.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851761010.5200.430.31130.5536.5551.18
Hex55B0653402B1F832533
Octal12526014564053372034563
Binary101010110110000110010111010001010111111110000011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,176,101); }

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

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

 a { background-color: rgb(85,176,101); }

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

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

 span { border-color: rgb(85,176,101); }

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