#557F05

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

Shades of Fiji Green #557F05

Tints of Fiji Green #557F05

Color information

#557F05 (or 0x557F05) is unknown color: approx Fiji Green. HEX triplet: 55, 7F and 05. RGB value is (85,127,5). Sum of RGB (Red+Green+Blue) = 85+127+5=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #557F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557F05 is #AA80FA. Grayscale: #646464. Windows color (decimal): -11174139 or 360277. OLE color: 360277.

HSL color Cylindrical-coordinate representation of color #557F05: hue angle of 80.66º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #557F05 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB851275-
CMYK0.3300.960.50
HSL80.66º92.42%25.88%-
HSV(B)80.66º96.06%49.8%-
XYZ11.3617.122.85-
YUV100.5374.09116.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 127 (50% from 255) = 58.53%
BLUE value IS 5 (2.34% from 255) = 2.30%
R=39.17%
G=58.53%
B=2.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8512750.3300.960.5080.6692.4225.88
Hex557F52106032515c1a
Octal12517754101406212113432
Binary10101011111111101100001011000001100101010001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557F05; }

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

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

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

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

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

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

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

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