#557610

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

Shades of Fiji Green #557610

Tints of Fiji Green #557610

Color information

#557610 (or 0x557610) is unknown color: approx Fiji Green. HEX triplet: 55, 76 and 10. RGB value is (85,118,16). Sum of RGB (Red+Green+Blue) = 85+118+16=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #557610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557610 is #AA89EF. Grayscale: #606060. Windows color (decimal): -11176432 or 1078869. OLE color: 1078869.

HSL color Cylindrical-coordinate representation of color #557610: hue angle of 79.41º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #557610 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB8511816-
CMYK0.2800.860.54
HSL79.41º76.12%26.27%-
HSV(B)79.41º86.44%46.27%-
XYZ10.3214.932.83-
YUV96.582.57119.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 16 (6.64% from 255) = 7.31%
R=38.81%
G=53.88%
B=7.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118160.2800.860.5479.4176.1226.27
Hex5576101C056364f4c1a
Octal125166203401266611711432
Binary101010111101101000011100010101101101101001111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557610; }

 p { color: rgb(85,118,16); }

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

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

 a { background-color: rgb(85,118,16); }

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

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

 span { border-color: rgb(85,118,16); }

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