#557216

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

Shades of Fiji Green #557216

Tints of Fiji Green #557216

Color information

#557216 (or 0x557216) is unknown color: approx Fiji Green. HEX triplet: 55, 72 and 16. RGB value is (85,114,22). Sum of RGB (Red+Green+Blue) = 85+114+22=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #557216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557216 is #AA8DE9. Grayscale: #5F5F5F. Windows color (decimal): -11177450 or 1471061. OLE color: 1471061.

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

Color convert

RGB8511422-
CMYK0.2500.810.55
HSL78.91º67.65%26.67%-
HSV(B)78.91º80.7%44.71%-
XYZ9.9114.022.94-
YUV94.8486.89120.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 114 (44.92% from 255) = 51.58%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=38.46%
G=51.58%
B=9.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114220.2500.810.5578.9167.6526.67
Hex55721619051374f441b
Octal125162263101216711710433
Binary101010111100101011011001010100011101111001111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557216; }

 p { color: rgb(85,114,22); }

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

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

 a { background-color: rgb(85,114,22); }

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

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

 span { border-color: rgb(85,114,22); }

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