#55661E

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

Shades of Fiji Green #55661E

Tints of Fiji Green #55661E

Color information

#55661E (or 0x55661E) is unknown color: approx Fiji Green. HEX triplet: 55, 66 and 1E. RGB value is (85,102,30). Sum of RGB (Red+Green+Blue) = 85+102+30=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #55661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55661E is #AA99E1. Grayscale: #585858. Windows color (decimal): -11180514 or 1992277. OLE color: 1992277.

HSL color Cylindrical-coordinate representation of color #55661E: hue angle of 74.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55661E is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB8510230-
CMYK0.1700.710.6
HSL74.17º54.55%25.88%-
HSV(B)74.17º70.59%40%-
XYZ8.7311.532.99-
YUV88.7194.87125.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=39.17%
G=47.00%
B=13.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102300.1700.710.674.1754.5525.88
Hex55661E110473C4a371a
Octal12514636210107741126732
Binary10101011100110111101000101000111111100100101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,102,30); }

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

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

 a { background-color: rgb(85,102,30); }

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

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

 span { border-color: rgb(85,102,30); }

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