#55B365

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

Shades of Fern #55B365

Tints of Fern #55B365

Color information

#55B365 (or 0x55B365) is unknown color: approx Fern. HEX triplet: 55, B3 and 65. RGB value is (85,179,101). Sum of RGB (Red+Green+Blue) = 85+179+101=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #55B365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B365 is #AA4C9A. Grayscale: #8E8E8E. Windows color (decimal): -11160731 or 6665045. OLE color: 6665045.

HSL color Cylindrical-coordinate representation of color #55B365: hue angle of 130.21º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B365 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB85179101-
CMYK0.5300.440.30
HSL130.21º38.21%51.76%-
HSV(B)130.21º52.51%70.2%-
XYZ22.2235.1117.92-
YUV142104.8687.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 179 (70.31% from 255) = 49.04%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=23.29%
G=49.04%
B=27.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal851791010.5300.440.30130.2138.2151.76
Hex55B3653502C1E822634
Octal12526314565054362024664
Binary101010110110011110010111010101011001111010000010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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