#556C12

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

Shades of Fiji Green #556C12

Tints of Fiji Green #556C12

Color information

#556C12 (or 0x556C12) is unknown color: approx Fiji Green. HEX triplet: 55, 6C and 12. RGB value is (85,108,18). Sum of RGB (Red+Green+Blue) = 85+108+18=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #556C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556C12 is #AA93ED. Grayscale: #5B5B5B. Windows color (decimal): -11178990 or 1207381. OLE color: 1207381.

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

Color convert

RGB8510818-
CMYK0.2100.830.58
HSL75.33º71.43%24.71%-
HSV(B)75.33º83.33%42.35%-
XYZ9.2212.72.54-
YUV90.8686.88123.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 108 (42.58% from 255) = 51.18%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=40.28%
G=51.18%
B=8.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85108180.2100.830.5875.3371.4324.71
Hex556C12150533A4b4719
Octal125154222501237211310731
Binary101010111011001001010101010100111110101001011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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