#557605

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

Shades of Fiji Green #557605

Tints of Fiji Green #557605

Color information

#557605 (or 0x557605) is unknown color: approx Fiji Green. HEX triplet: 55, 76 and 05. RGB value is (85,118,5). Sum of RGB (Red+Green+Blue) = 85+118+5=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #557605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557605 is #AA89FA. Grayscale: #5F5F5F. Windows color (decimal): -11176443 or 357973. OLE color: 357973.

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

Color convert

RGB851185-
CMYK0.2800.960.54
HSL77.52º91.87%24.12%-
HSV(B)77.52º95.76%46.27%-
XYZ10.2514.92.48-
YUV95.2577.07120.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 118 (46.48% from 255) = 56.73%
BLUE value IS 5 (2.34% from 255) = 2.40%
R=40.87%
G=56.73%
B=2.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8511850.2800.960.5477.5291.8724.12
Hex557651C060364e5c18
Octal12516653401406611613430
Binary1010101111011010111100011000001101101001110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557605; }

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

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

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

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

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

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

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

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