#557608

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

Shades of Fiji Green #557608

Tints of Fiji Green #557608

Color information

#557608 (or 0x557608) is unknown color: approx Fiji Green. HEX triplet: 55, 76 and 08. RGB value is (85,118,8). Sum of RGB (Red+Green+Blue) = 85+118+8=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #557608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557608 is #AA89F7. Grayscale: #5F5F5F. Windows color (decimal): -11176440 or 554581. OLE color: 554581.

HSL color Cylindrical-coordinate representation of color #557608: hue angle of 78º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #557608 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB851188-
CMYK0.2800.930.54
HSL78º87.3%24.71%-
HSV(B)78º93.22%46.27%-
XYZ10.2714.912.57-
YUV95.5978.57120.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 118 (46.48% from 255) = 55.92%
BLUE value IS 8 (3.52% from 255) = 3.79%
R=40.28%
G=55.92%
B=3.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8511880.2800.930.547887.324.71
Hex557681C05D364e5719
Octal125166103401356611612731
Binary10101011110110100011100010111011101101001110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557608; }

 p { color: rgb(85,118,8); }

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

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

 a { background-color: rgb(85,118,8); }

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

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

 span { border-color: rgb(85,118,8); }

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