#566A1C

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

Shades of Fiji Green #566A1C

Tints of Fiji Green #566A1C

Color information

#566A1C (or 0x566A1C) is unknown color: approx Fiji Green. HEX triplet: 56, 6A and 1C. RGB value is (86,106,28). Sum of RGB (Red+Green+Blue) = 86+106+28=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #566A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566A1C is #A995E3. Grayscale: #5B5B5B. Windows color (decimal): -11113956 or 1862230. OLE color: 1862230.

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

Color convert

RGB8610628-
CMYK0.1900.740.58
HSL75.38º58.21%26.27%-
HSV(B)75.38º73.58%41.57%-
XYZ9.212.373-
YUV91.1392.37124.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 106 (41.80% from 255) = 48.18%
BLUE value IS 28 (11.33% from 255) = 12.73%
R=39.09%
G=48.18%
B=12.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86106280.1900.740.5875.3858.2126.27
Hex566A1C1304A3A4b3a1a
Octal12615234230112721137232
Binary10101101101010111001001101001010111010100101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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