#556F1A

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

Shades of Fiji Green #556F1A

Tints of Fiji Green #556F1A

Color information

#556F1A (or 0x556F1A) is unknown color: approx Fiji Green. HEX triplet: 55, 6F and 1A. RGB value is (85,111,26). Sum of RGB (Red+Green+Blue) = 85+111+26=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #556F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F1A is #AA90E5. Grayscale: #5D5D5D. Windows color (decimal): -11178214 or 1732437. OLE color: 1732437.

HSL color Cylindrical-coordinate representation of color #556F1A: hue angle of 78.35º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #556F1A is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB8511126-
CMYK0.2300.770.56
HSL78.35º62.04%26.86%-
HSV(B)78.35º76.58%43.53%-
XYZ9.6213.373.05-
YUV93.5489.89121.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 111 (43.75% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 11.71%
R=38.29%
G=50%
B=11.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111260.2300.770.5678.3562.0426.86
Hex556F1A1704D384e3e1b
Octal12515732270115701167633
Binary10101011101111110101011101001101111000100111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,111,26); }

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

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

 a { background-color: rgb(85,111,26); }

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

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

 span { border-color: rgb(85,111,26); }

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