#556611

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

Shades of Fiji Green #556611

Tints of Fiji Green #556611

Color information

#556611 (or 0x556611) is unknown color: approx Fiji Green. HEX triplet: 55, 66 and 11. RGB value is (85,102,17). Sum of RGB (Red+Green+Blue) = 85+102+17=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #556611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556611 is #AA99EE. Grayscale: #575757. Windows color (decimal): -11180527 or 1140309. OLE color: 1140309.

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

Color convert

RGB8510217-
CMYK0.1700.830.6
HSL72º71.43%23.33%-
HSV(B)72º83.33%40%-
XYZ8.611.472.29-
YUV87.2388.37126.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 102 (40.23% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 8.33%
R=41.67%
G=50%
B=8.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102170.1700.830.67271.4323.33
Hex556611110533C484717
Octal125146212101237411010727
Binary101010111001101000110001010100111111001001000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556611; }

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

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

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

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

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

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

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

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