#56863A

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

Shades of Fern Green #56863A

Tints of Fern Green #56863A

Color information

#56863A (or 0x56863A) is unknown color: approx Fern Green. HEX triplet: 56, 86 and 3A. RGB value is (86,134,58). Sum of RGB (Red+Green+Blue) = 86+134+58=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #56863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56863A is #A979C5. Grayscale: #6F6F6F. Windows color (decimal): -11106758 or 3835478. OLE color: 3835478.

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

Color convert

RGB8613458-
CMYK0.3600.570.47
HSL97.89º39.58%37.65%-
HSV(B)97.89º56.72%52.55%-
XYZ13.1319.337.04-
YUV110.9898.1110.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 134 (52.73% from 255) = 48.20%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=30.94%
G=48.20%
B=20.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86134580.3600.570.4797.8939.5837.65
Hex56863A240392F622826
Octal1262067244071571425046
Binary10101101000011011101010010001110011011111100010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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