#556E02

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

Shades of Fiji Green #556E02

Tints of Fiji Green #556E02

Color information

#556E02 (or 0x556E02) is unknown color: approx Fiji Green. HEX triplet: 55, 6E and 02. RGB value is (85,110,2). Sum of RGB (Red+Green+Blue) = 85+110+2=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #556E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556E02 is #AA91FD. Grayscale: #5A5A5A. Windows color (decimal): -11178494 or 159317. OLE color: 159317.

HSL color Cylindrical-coordinate representation of color #556E02: hue angle of 73.89º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #556E02 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB851102-
CMYK0.2300.980.57
HSL73.89º96.43%21.96%-
HSV(B)73.89º98.18%43.14%-
XYZ9.3313.092.09-
YUV90.2178.22124.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 110 (43.36% from 255) = 55.84%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=43.15%
G=55.84%
B=1.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8511020.2300.980.5773.8996.4321.96
Hex556E217062394a6016
Octal12515622701427111214026
Binary101010111011101010111011000101110011001010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,110,2); }

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

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

 a { background-color: rgb(85,110,2); }

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

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

 span { border-color: rgb(85,110,2); }

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