#556610

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

Shades of Fiji Green #556610

Tints of Fiji Green #556610

Color information

#556610 (or 0x556610) is unknown color: approx Fiji Green. HEX triplet: 55, 66 and 10. RGB value is (85,102,16). Sum of RGB (Red+Green+Blue) = 85+102+16=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #556610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556610 is #AA99EF. Grayscale: #575757. Windows color (decimal): -11180528 or 1074773. OLE color: 1074773.

HSL color Cylindrical-coordinate representation of color #556610: hue angle of 71.86º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #556610 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB8510216-
CMYK0.1700.840.6
HSL71.86º72.88%23.14%-
HSV(B)71.86º84.31%40%-
XYZ8.5911.472.25-
YUV87.1187.87126.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 16 (6.64% from 255) = 7.88%
R=41.87%
G=50.25%
B=7.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102160.1700.840.671.8672.8823.14
Hex556610110543C484917
Octal125146202101247411011127
Binary101010111001101000010001010101001111001001000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556610; }

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

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

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

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

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

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

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

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