#557408

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

Shades of Fiji Green #557408

Tints of Fiji Green #557408

Color information

#557408 (or 0x557408) is unknown color: approx Fiji Green. HEX triplet: 55, 74 and 08. RGB value is (85,116,8). Sum of RGB (Red+Green+Blue) = 85+116+8=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #557408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557408 is #AA8BF7. Grayscale: #5E5E5E. Windows color (decimal): -11176952 or 554069. OLE color: 554069.

HSL color Cylindrical-coordinate representation of color #557408: hue angle of 77.22º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #557408 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB851168-
CMYK0.2700.930.55
HSL77.22º87.1%24.31%-
HSV(B)77.22º93.1%45.49%-
XYZ10.0414.442.49-
YUV94.4279.23121.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 116 (45.70% from 255) = 55.50%
BLUE value IS 8 (3.52% from 255) = 3.83%
R=40.67%
G=55.50%
B=3.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8511680.2700.930.5577.2287.124.31
Hex557481B05D374d5718
Octal125164103301356711512730
Binary10101011110100100011011010111011101111001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557408; }

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

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

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

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

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

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

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

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