#56711B

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

Shades of Fiji Green #56711B

Tints of Fiji Green #56711B

Color information

#56711B (or 0x56711B) is unknown color: approx Fiji Green. HEX triplet: 56, 71 and 1B. RGB value is (86,113,27). Sum of RGB (Red+Green+Blue) = 86+113+27=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #56711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56711B is #A98EE4. Grayscale: #5F5F5F. Windows color (decimal): -11112165 or 1798486. OLE color: 1798486.

HSL color Cylindrical-coordinate representation of color #56711B: hue angle of 78.84º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56711B is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB8611327-
CMYK0.2400.760.56
HSL78.84º61.43%27.45%-
HSV(B)78.84º76.11%44.31%-
XYZ9.9413.873.19-
YUV95.1289.55121.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 113 (44.53% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 11.95%
R=38.05%
G=50%
B=11.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86113270.2400.760.5678.8461.4327.45
Hex56711B1804C384f3d1b
Octal12616133300114701177533
Binary10101101110001110111100001001100111000100111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,113,27); }

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

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

 a { background-color: rgb(86,113,27); }

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

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

 span { border-color: rgb(86,113,27); }

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