#557318

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

Shades of Fiji Green #557318

Tints of Fiji Green #557318

Color information

#557318 (or 0x557318) is unknown color: approx Fiji Green. HEX triplet: 55, 73 and 18. RGB value is (85,115,24). Sum of RGB (Red+Green+Blue) = 85+115+24=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #557318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557318 is #AA8CE7. Grayscale: #5F5F5F. Windows color (decimal): -11177192 or 1602389. OLE color: 1602389.

HSL color Cylindrical-coordinate representation of color #557318: hue angle of 79.78º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #557318 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB8511524-
CMYK0.2600.790.55
HSL79.78º65.47%27.25%-
HSV(B)79.78º79.13%45.1%-
XYZ10.0414.263.09-
YUV95.6687.56120.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 115 (45.31% from 255) = 51.34%
BLUE value IS 24 (9.77% from 255) = 10.71%
R=37.95%
G=51.34%
B=10.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115240.2600.790.5579.7865.4727.25
Hex5573181A04F3750411b
Octal125163303201176712010133
Binary101010111100111100011010010011111101111010000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557318; }

 p { color: rgb(85,115,24); }

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

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

 a { background-color: rgb(85,115,24); }

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

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

 span { border-color: rgb(85,115,24); }

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