#556C00

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

Shades of Fiji Green #556C00

Tints of Fiji Green #556C00

Color information

#556C00 (or 0x556C00) is unknown color: approx Fiji Green. HEX triplet: 55, 6C and 00. RGB value is (85,108,0). Sum of RGB (Red+Green+Blue) = 85+108+0=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #556C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556C00 is #AA93FF. Grayscale: #595959. Windows color (decimal): -11179008 or 27733. OLE color: 27733.

HSL color Cylindrical-coordinate representation of color #556C00: hue angle of 72.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #556C00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB851080-
CMYK0.21010.58
HSL72.78º100%21.18%-
HSV(B)72.78º100%42.35%-
XYZ9.1112.661.96-
YUV88.8177.88125.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 108 (42.58% from 255) = 55.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.04%
G=55.96%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8510800.21010.5872.7810021.18
Hex556C0150643A496415
Octal12515402501447211114425
Binary10101011101100010101011001001110101001001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556C00; }

 p { color: rgb(85,108,0); }

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

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

 a { background-color: rgb(85,108,0); }

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

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

 span { border-color: rgb(85,108,0); }

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