#557F01

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

Shades of Fiji Green #557F01

Tints of Fiji Green #557F01

Color information

#557F01 (or 0x557F01) is unknown color: approx Fiji Green. HEX triplet: 55, 7F and 01. RGB value is (85,127,1). Sum of RGB (Red+Green+Blue) = 85+127+1=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 127 (50% from 255 or 59.62% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 127 - color contains mainly: green. Hex color #557F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557F01 is #AA80FE. Grayscale: #646464. Windows color (decimal): -11174143 or 98133. OLE color: 98133.

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

Color convert

RGB851271-
CMYK0.3300.990.50
HSL80º98.44%25.1%-
HSV(B)80º99.21%49.8%-
XYZ11.3417.112.73-
YUV100.0872.09117.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 127 (50% from 255) = 59.62%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=39.91%
G=59.62%
B=0.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8512710.3300.990.508098.4425.1
Hex557F12106332506219
Octal12517714101436212014231
Binary101010111111111100001011000111100101010000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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