#55701A

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

Shades of Fiji Green #55701A

Tints of Fiji Green #55701A

Color information

#55701A (or 0x55701A) is unknown color: approx Fiji Green. HEX triplet: 55, 70 and 1A. RGB value is (85,112,26). Sum of RGB (Red+Green+Blue) = 85+112+26=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #55701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55701A is #AA8FE5. Grayscale: #5E5E5E. Windows color (decimal): -11177958 or 1732693. OLE color: 1732693.

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

Color convert

RGB8511226-
CMYK0.2400.770.56
HSL78.84º62.32%27.06%-
HSV(B)78.84º76.79%43.92%-
XYZ9.7313.593.09-
YUV94.1289.55121.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 26 (10.55% from 255) = 11.66%
R=38.12%
G=50.22%
B=11.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112260.2400.770.5678.8462.3227.06
Hex55701A1804D384f3e1b
Octal12516032300115701177633
Binary10101011110000110101100001001101111000100111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,112,26); }

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

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

 a { background-color: rgb(85,112,26); }

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

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

 span { border-color: rgb(85,112,26); }

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