#556808

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

Shades of Fiji Green #556808

Tints of Fiji Green #556808

Color information

#556808 (or 0x556808) is unknown color: approx Fiji Green. HEX triplet: 55, 68 and 08. RGB value is (85,104,8). Sum of RGB (Red+Green+Blue) = 85+104+8=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #556808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556808 is #AA97F7. Grayscale: #575757. Windows color (decimal): -11180024 or 550997. OLE color: 550997.

HSL color Cylindrical-coordinate representation of color #556808: hue angle of 71.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #556808 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB851048-
CMYK0.1800.920.59
HSL71.88º85.71%21.96%-
HSV(B)71.88º92.31%40.78%-
XYZ8.7411.852.06-
YUV87.3883.21126.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 104 (41.02% from 255) = 52.79%
BLUE value IS 8 (3.52% from 255) = 4.06%
R=43.15%
G=52.79%
B=4.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8510480.1800.920.5971.8885.7121.96
Hex556881205C3B485616
Octal125150102201347311012626
Binary10101011101000100010010010111001110111001000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556808; }

 p { color: rgb(85,104,8); }

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

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

 a { background-color: rgb(85,104,8); }

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

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

 span { border-color: rgb(85,104,8); }

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