#556B15

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

Shades of Fiji Green #556B15

Tints of Fiji Green #556B15

Color information

#556B15 (or 0x556B15) is unknown color: approx Fiji Green. HEX triplet: 55, 6B and 15. RGB value is (85,107,21). Sum of RGB (Red+Green+Blue) = 85+107+21=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #556B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556B15 is #AA94EA. Grayscale: #5A5A5A. Windows color (decimal): -11179243 or 1403733. OLE color: 1403733.

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

Color convert

RGB8510721-
CMYK0.2100.800.58
HSL75.35º67.19%25.1%-
HSV(B)75.35º80.37%41.96%-
XYZ9.1412.52.64-
YUV90.6288.71123.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 107 (42.19% from 255) = 50.23%
BLUE value IS 21 (8.59% from 255) = 9.86%
R=39.91%
G=50.23%
B=9.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107210.2100.800.5875.3567.1925.1
Hex556B15150503A4b4319
Octal125153252501207211310331
Binary101010111010111010110101010100001110101001011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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