#556A12

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

Shades of Fiji Green #556A12

Tints of Fiji Green #556A12

Color information

#556A12 (or 0x556A12) is unknown color: approx Fiji Green. HEX triplet: 55, 6A and 12. RGB value is (85,106,18). Sum of RGB (Red+Green+Blue) = 85+106+18=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #556A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556A12 is #AA95ED. Grayscale: #5A5A5A. Windows color (decimal): -11179502 or 1206869. OLE color: 1206869.

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

Color convert

RGB8510618-
CMYK0.2000.830.58
HSL74.32º70.97%24.31%-
HSV(B)74.32º83.02%41.57%-
XYZ9.0112.282.47-
YUV89.6987.54124.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 106 (41.80% from 255) = 50.72%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=40.67%
G=50.72%
B=8.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85106180.2000.830.5874.3270.9724.31
Hex556A12140533A4a4718
Octal125152222401237211210730
Binary101010111010101001010100010100111110101001010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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