#56863C

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

Shades of Fern Green #56863C

Tints of Fern Green #56863C

Color information

#56863C (or 0x56863C) is unknown color: approx Fern Green. HEX triplet: 56, 86 and 3C. RGB value is (86,134,60). Sum of RGB (Red+Green+Blue) = 86+134+60=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #56863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56863C is #A979C3. Grayscale: #6F6F6F. Windows color (decimal): -11106756 or 3966550. OLE color: 3966550.

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

Color convert

RGB8613460-
CMYK0.3600.550.47
HSL98.92º38.14%38.04%-
HSV(B)98.92º55.22%52.55%-
XYZ13.1819.357.32-
YUV111.2199.1110.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.71%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=30.71%
G=47.86%
B=21.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86134600.3600.550.4798.9238.1438.04
Hex56863C240372F632626
Octal1262067444067571434646
Binary10101101000011011110010010001101111011111100011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56863C; }

 p { color: rgb(86,134,60); }

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

<style>
 a { background-color: #56863C; }

 a { background-color: rgb(86,134,60); }

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

<style>
 span { border-color: #56863C; }

 span { border-color: rgb(86,134,60); }

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