#557119

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

Shades of Fiji Green #557119

Tints of Fiji Green #557119

Color information

#557119 (or 0x557119) is unknown color: approx Fiji Green. HEX triplet: 55, 71 and 19. RGB value is (85,113,25). Sum of RGB (Red+Green+Blue) = 85+113+25=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #557119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557119 is #AA8EE6. Grayscale: #5E5E5E. Windows color (decimal): -11177703 or 1667413. OLE color: 1667413.

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

Color convert

RGB8511325-
CMYK0.2500.780.56
HSL79.09º63.77%27.06%-
HSV(B)79.09º77.88%44.31%-
XYZ9.8313.813.07-
YUV94.688.72121.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 113 (44.53% from 255) = 50.67%
BLUE value IS 25 (10.16% from 255) = 11.21%
R=38.12%
G=50.67%
B=11.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113250.2500.780.5679.0963.7727.06
Hex5571191904E384f401b
Octal125161313101167011710033
Binary101010111100011100111001010011101110001001111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557119; }

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

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

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

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

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

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

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

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