#557209

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

Shades of Fiji Green #557209

Tints of Fiji Green #557209

Color information

#557209 (or 0x557209) is unknown color: approx Fiji Green. HEX triplet: 55, 72 and 09. RGB value is (85,114,9). Sum of RGB (Red+Green+Blue) = 85+114+9=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #557209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557209 is #AA8DF6. Grayscale: #5D5D5D. Windows color (decimal): -11177463 or 619093. OLE color: 619093.

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

Color convert

RGB851149-
CMYK0.2500.920.55
HSL76.57º85.37%24.12%-
HSV(B)76.57º92.11%44.71%-
XYZ9.8113.992.44-
YUV93.3680.39122.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 9 (3.91% from 255) = 4.33%
R=40.87%
G=54.81%
B=4.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8511490.2500.920.5576.5785.3724.12
Hex557291905C374d5518
Octal125162113101346711512530
Binary10101011110010100111001010111001101111001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557209; }

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

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

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

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

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

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

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

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