#55754A

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

Shades of Fern Green #55754A

Tints of Fern Green #55754A

Color information

#55754A (or 0x55754A) is unknown color: approx Fern Green. HEX triplet: 55, 75 and 4A. RGB value is (85,117,74). Sum of RGB (Red+Green+Blue) = 85+117+74=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #55754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55754A is #AA8AB5. Grayscale: #666666. Windows color (decimal): -11176630 or 4879701. OLE color: 4879701.

HSL color Cylindrical-coordinate representation of color #55754A: hue angle of 104.65º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55754A is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB8511774-
CMYK0.2700.370.54
HSL104.65º22.51%37.45%-
HSV(B)104.65º36.75%45.88%-
XYZ11.3415.158.8-
YUV102.53111.9115.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=30.80%
G=42.39%
B=26.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117740.2700.370.54104.6522.5137.45
Hex55754A1B02536691725
Octal12516511233045661512745
Binary101010111101011001010110110100101110110110100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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