#55784A

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

Shades of Fern Green #55784A

Tints of Fern Green #55784A

Color information

#55784A (or 0x55784A) is unknown color: approx Fern Green. HEX triplet: 55, 78 and 4A. RGB value is (85,120,74). Sum of RGB (Red+Green+Blue) = 85+120+74=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #55784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55784A is #AA87B5. Grayscale: #686868. Windows color (decimal): -11175862 or 4880469. OLE color: 4880469.

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

Color convert

RGB8512074-
CMYK0.2900.380.53
HSL105.65º23.71%38.04%-
HSV(B)105.65º38.33%47.06%-
XYZ11.715.868.92-
YUV104.29110.9114.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=30.47%
G=43.01%
B=26.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120740.2900.380.53105.6523.7138.04
Hex55784A1D026356a1826
Octal12517011235046651523046
Binary101010111110001001010111010100110110101110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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