#56744A

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

Shades of Fern Green #56744A

Tints of Fern Green #56744A

Color information

#56744A (or 0x56744A) is unknown color: approx Fern Green. HEX triplet: 56, 74 and 4A. RGB value is (86,116,74). Sum of RGB (Red+Green+Blue) = 86+116+74=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #56744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56744A is #A98BB5. Grayscale: #666666. Windows color (decimal): -11111350 or 4879446. OLE color: 4879446.

HSL color Cylindrical-coordinate representation of color #56744A: hue angle of 102.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56744A is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB8611674-
CMYK0.2600.360.55
HSL102.86º22.11%37.25%-
HSV(B)102.86º36.21%45.49%-
XYZ11.3214.968.77-
YUV102.24112.06116.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=31.16%
G=42.03%
B=26.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86116740.2600.360.55102.8622.1137.25
Hex56744A1A02437671625
Octal12616411232044671472645
Binary101011011101001001010110100100100110111110011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,116,74); }

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

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

 a { background-color: rgb(86,116,74); }

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

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

 span { border-color: rgb(86,116,74); }

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