#557104

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

Shades of Fiji Green #557104

Tints of Fiji Green #557104

Color information

#557104 (or 0x557104) is unknown color: approx Fiji Green. HEX triplet: 55, 71 and 04. RGB value is (85,113,4). Sum of RGB (Red+Green+Blue) = 85+113+4=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #557104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557104 is #AA8EFB. Grayscale: #5C5C5C. Windows color (decimal): -11177724 or 291157. OLE color: 291157.

HSL color Cylindrical-coordinate representation of color #557104: hue angle of 75.41º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #557104 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB851134-
CMYK0.2500.960.56
HSL75.41º93.16%22.94%-
HSV(B)75.41º96.46%44.31%-
XYZ9.6713.752.26-
YUV92.278.22122.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 113 (44.53% from 255) = 55.94%
BLUE value IS 4 (1.95% from 255) = 1.98%
R=42.08%
G=55.94%
B=1.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8511340.2500.960.5675.4193.1622.94
Hex5571419060384b5d17
Octal12516143101407011313527
Binary1010101111000110011001011000001110001001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557104; }

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

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

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

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

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

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

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

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