#557600

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

Shades of Fiji Green #557600

Tints of Fiji Green #557600

Color information

#557600 (or 0x557600) is unknown color: approx Fiji Green. HEX triplet: 55, 76 and 00. RGB value is (85,118,0). Sum of RGB (Red+Green+Blue) = 85+118+0=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #557600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557600 is #AA89FF. Grayscale: #5F5F5F. Windows color (decimal): -11176448 or 30293. OLE color: 30293.

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

Color convert

RGB851180-
CMYK0.28010.54
HSL76.78º100%23.14%-
HSV(B)76.78º100%46.27%-
XYZ10.2214.892.33-
YUV94.6874.57121.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.87%
G=58.13%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8511800.28010.5476.7810023.14
Hex557601C064364d6417
Octal12516603401446611514427
Binary10101011110110011100011001001101101001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557600; }

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

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

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

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

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

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

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

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