#56754B

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

Shades of Fern Green #56754B

Tints of Fern Green #56754B

Color information

#56754B (or 0x56754B) is unknown color: approx Fern Green. HEX triplet: 56, 75 and 4B. RGB value is (86,117,75). Sum of RGB (Red+Green+Blue) = 86+117+75=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #56754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56754B is #A98AB4. Grayscale: #676767. Windows color (decimal): -11111093 or 4945238. OLE color: 4945238.

HSL color Cylindrical-coordinate representation of color #56754B: hue angle of 104.29º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56754B is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB8611775-
CMYK0.2600.360.54
HSL104.29º21.88%37.65%-
HSV(B)104.29º35.9%45.88%-
XYZ11.4715.218.99-
YUV102.94112.23115.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=30.94%
G=42.09%
B=26.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86117750.2600.360.54104.2921.8837.65
Hex56754B1A02436681626
Octal12616511332044661502646
Binary101011011101011001011110100100100110110110100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56754B; }

 p { color: rgb(86,117,75); }

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

<style>
 a { background-color: #56754B; }

 a { background-color: rgb(86,117,75); }

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

<style>
 span { border-color: #56754B; }

 span { border-color: rgb(86,117,75); }

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