#556b14

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

Shades of Fiji Green #556B14

Tints of Fiji Green #556B14

Color information

#556B14 (or 0x556B14) is unknown color: approx Fiji Green. HEX triplet: 55, 6B and 14. RGB value is (85,107,20). Sum of RGB (Red+Green+Blue) = 85+107+20=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #556B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556B14 is #AA94EB. Grayscale: #5A5A5A. Windows color (decimal): -11179244 or 1338197. OLE color: 1338197.

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

Color convert

RGB8510720-
CMYK0.2100.810.58
HSL75.17º68.5%24.9%-
HSV(B)75.17º81.31%41.96%-
XYZ9.1312.52.59-
YUV90.588.21124.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 107 (42.19% from 255) = 50.47%
BLUE value IS 20 (8.20% from 255) = 9.43%
R=40.09%
G=50.47%
B=9.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107200.2100.810.5875.1768.524.9
Hex556B14150513A4b4519
Octal125153242501217211310531
Binary101010111010111010010101010100011110101001011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556b14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,107,20); }

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

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

 a { background-color: rgb(85,107,20); }

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

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

 span { border-color: rgb(85,107,20); }

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