#55681D

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

Shades of Fiji Green #55681D

Tints of Fiji Green #55681D

Color information

#55681D (or 0x55681D) is unknown color: approx Fiji Green. HEX triplet: 55, 68 and 1D. RGB value is (85,104,29). Sum of RGB (Red+Green+Blue) = 85+104+29=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #55681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55681D is #AA97E2. Grayscale: #5A5A5A. Windows color (decimal): -11180003 or 1927253. OLE color: 1927253.

HSL color Cylindrical-coordinate representation of color #55681D: hue angle of 75.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55681D is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB8510429-
CMYK0.1800.720.59
HSL75.2º56.39%26.08%-
HSV(B)75.2º72.12%40.78%-
XYZ8.9211.922.99-
YUV89.7793.71124.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 29 (11.72% from 255) = 13.30%
R=38.99%
G=47.71%
B=13.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104290.1800.720.5975.256.3926.08
Hex55681D120483B4b381a
Octal12515035220110731137032
Binary10101011101000111011001001001000111011100101111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55681D; }

 p { color: rgb(85,104,29); }

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

<style>
 a { background-color: #55681D; }

 a { background-color: rgb(85,104,29); }

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

<style>
 span { border-color: #55681D; }

 span { border-color: rgb(85,104,29); }

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