#557B04

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

Shades of Fiji Green #557B04

Tints of Fiji Green #557B04

Color information

#557B04 (or 0x557B04) is unknown color: approx Fiji Green. HEX triplet: 55, 7B and 04. RGB value is (85,123,4). Sum of RGB (Red+Green+Blue) = 85+123+4=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 123 (48.44% from 255 or 58.02% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 123 - color contains mainly: green. Hex color #557B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557B04 is #AA84FB. Grayscale: #626262. Windows color (decimal): -11175164 or 293717. OLE color: 293717.

HSL color Cylindrical-coordinate representation of color #557B04: hue angle of 79.16º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #557B04 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB851234-
CMYK0.3100.970.52
HSL79.16º93.7%24.9%-
HSV(B)79.16º96.75%48.24%-
XYZ10.8516.112.65-
YUV98.0774.91118.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 123 (48.44% from 255) = 58.02%
BLUE value IS 4 (1.95% from 255) = 1.89%
R=40.09%
G=58.02%
B=1.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8512340.3100.970.5279.1693.724.9
Hex557B41F061344f5e19
Octal12517343701416411713631
Binary1010101111101110011111011000011101001001111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,123,4); }

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

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

 a { background-color: rgb(85,123,4); }

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

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

 span { border-color: rgb(85,123,4); }

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