#56730E

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

Shades of Fiji Green #56730E

Tints of Fiji Green #56730E

Color information

#56730E (or 0x56730E) is unknown color: approx Fiji Green. HEX triplet: 56, 73 and 0E. RGB value is (86,115,14). Sum of RGB (Red+Green+Blue) = 86+115+14=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #56730E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56730E is #A98CF1. Grayscale: #5F5F5F. Windows color (decimal): -11111666 or 947030. OLE color: 947030.

HSL color Cylindrical-coordinate representation of color #56730E: hue angle of 77.23º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56730E is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB8611514-
CMYK0.2500.880.55
HSL77.23º78.29%25.29%-
HSV(B)77.23º87.83%45.1%-
XYZ10.0514.272.64-
YUV94.8282.39121.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 53.49%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=40%
G=53.49%
B=6.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86115140.2500.880.5577.2378.2925.29
Hex5673E19058374d4e19
Octal126163163101306711511631
Binary10101101110011111011001010110001101111001101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56730E; }

 p { color: rgb(86,115,14); }

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

<style>
 a { background-color: #56730E; }

 a { background-color: rgb(86,115,14); }

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

<style>
 span { border-color: #56730E; }

 span { border-color: rgb(86,115,14); }

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