#55784C

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

Shades of Fern Green #55784C

Tints of Fern Green #55784C

Color information

#55784C (or 0x55784C) is unknown color: approx Fern Green. HEX triplet: 55, 78 and 4C. RGB value is (85,120,76). Sum of RGB (Red+Green+Blue) = 85+120+76=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #55784C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55784C is #AA87B3. Grayscale: #686868. Windows color (decimal): -11175860 or 5011541. OLE color: 5011541.

HSL color Cylindrical-coordinate representation of color #55784C: hue angle of 107.73º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55784C is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB8512076-
CMYK0.2900.370.53
HSL107.73º22.45%38.43%-
HSV(B)107.73º36.67%47.06%-
XYZ11.7715.899.28-
YUV104.52111.9114.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 120 (47.27% from 255) = 42.70%
BLUE value IS 76 (30.08% from 255) = 27.05%
R=30.25%
G=42.70%
B=27.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120760.2900.370.53107.7322.4538.43
Hex55784C1D025356c1626
Octal12517011435045651542646
Binary101010111110001001100111010100101110101110110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55784C; }

 p { color: rgb(85,120,76); }

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

<style>
 a { background-color: #55784C; }

 a { background-color: rgb(85,120,76); }

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

<style>
 span { border-color: #55784C; }

 span { border-color: rgb(85,120,76); }

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