#55A764

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

Shades of Fern #55A764

Tints of Fern #55A764

Color information

#55A764 (or 0x55A764) is unknown color: approx Fern. HEX triplet: 55, A7 and 64. RGB value is (85,167,100). Sum of RGB (Red+Green+Blue) = 85+167+100=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 167 - color contains mainly: green. Hex color #55A764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A764 is #AA589B. Grayscale: #878787. Windows color (decimal): -11163804 or 6596437. OLE color: 6596437.

HSL color Cylindrical-coordinate representation of color #55A764: hue angle of 130.98º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A764 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB85167100-
CMYK0.4900.400.35
HSL130.98º32.54%49.41%-
HSV(B)130.98º49.1%65.49%-
XYZ19.8730.4916.89-
YUV134.84108.3392.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 167 (65.62% from 255) = 47.44%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=24.15%
G=47.44%
B=28.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851671000.4900.400.35130.9832.5449.41
Hex55A7643102823832131
Octal12524714461050432034161
Binary1010101101001111100100110001010100010001110000011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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