#55764A

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

Shades of Fern Green #55764A

Tints of Fern Green #55764A

Color information

#55764A (or 0x55764A) is unknown color: approx Fern Green. HEX triplet: 55, 76 and 4A. RGB value is (85,118,74). Sum of RGB (Red+Green+Blue) = 85+118+74=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #55764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55764A is #AA89B5. Grayscale: #676767. Windows color (decimal): -11176374 or 4879957. OLE color: 4879957.

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

Color convert

RGB8511874-
CMYK0.2800.370.54
HSL105º22.92%37.65%-
HSV(B)105º37.29%46.27%-
XYZ11.4615.388.84-
YUV103.12111.57115.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=30.69%
G=42.60%
B=26.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118740.2800.370.5410522.9237.65
Hex55764A1C02536691726
Octal12516611234045661512746
Binary101010111101101001010111000100101110110110100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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