#566A1F

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

Shades of Fiji Green #566A1F

Tints of Fiji Green #566A1F

Color information

#566A1F (or 0x566A1F) is unknown color: approx Fiji Green. HEX triplet: 56, 6A and 1F. RGB value is (86,106,31). Sum of RGB (Red+Green+Blue) = 86+106+31=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 106 - color contains mainly: green. Hex color #566A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566A1F is #A995E0. Grayscale: #5B5B5B. Windows color (decimal): -11113953 or 2058838. OLE color: 2058838.

HSL color Cylindrical-coordinate representation of color #566A1F: hue angle of 76º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #566A1F is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB8610631-
CMYK0.1900.710.58
HSL76º54.74%26.86%-
HSV(B)76º70.75%41.57%-
XYZ9.2412.393.2-
YUV91.4793.87124.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 106 (41.80% from 255) = 47.53%
BLUE value IS 31 (12.5% from 255) = 13.90%
R=38.57%
G=47.53%
B=13.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86106310.1900.710.587654.7426.86
Hex566A1F130473A4c371b
Octal12615237230107721146733
Binary10101101101010111111001101000111111010100110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566A1F; }

 p { color: rgb(86,106,31); }

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

<style>
 a { background-color: #566A1F; }

 a { background-color: rgb(86,106,31); }

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

<style>
 span { border-color: #566A1F; }

 span { border-color: rgb(86,106,31); }

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