#55710E

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

Shades of Fiji Green #55710E

Tints of Fiji Green #55710E

Color information

#55710E (or 0x55710E) is unknown color: approx Fiji Green. HEX triplet: 55, 71 and 0E. RGB value is (85,113,14). Sum of RGB (Red+Green+Blue) = 85+113+14=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #55710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55710E is #AA8EF1. Grayscale: #5D5D5D. Windows color (decimal): -11177714 or 946517. OLE color: 946517.

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

Color convert

RGB8511314-
CMYK0.2500.880.56
HSL76.97º77.95%24.9%-
HSV(B)76.97º87.61%44.31%-
XYZ9.7313.772.56-
YUV93.3483.22122.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 113 (44.53% from 255) = 53.30%
BLUE value IS 14 (5.86% from 255) = 6.60%
R=40.09%
G=53.30%
B=6.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113140.2500.880.5676.9777.9524.9
Hex5571E19058384d4e19
Octal125161163101307011511631
Binary10101011110001111011001010110001110001001101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,113,14); }

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

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

 a { background-color: rgb(85,113,14); }

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

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

 span { border-color: rgb(85,113,14); }

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