#537104

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

Shades of Fiji Green #537104

Tints of Fiji Green #537104

Color information

#537104 (or 0x537104) is unknown color: approx Fiji Green. HEX triplet: 53, 71 and 04. RGB value is (83,113,4). Sum of RGB (Red+Green+Blue) = 83+113+4=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #537104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537104 is #AC8EFB. Grayscale: #5C5C5C. Windows color (decimal): -11308796 or 291155. OLE color: 291155.

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

Color convert

RGB831134-
CMYK0.2700.960.56
HSL76.51º93.16%22.94%-
HSV(B)76.51º96.46%44.31%-
XYZ9.4913.662.25-
YUV91.678.56121.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 113 (44.53% from 255) = 56.5%
BLUE value IS 4 (1.95% from 255) = 2%
R=41.5%
G=56.5%
B=2%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8311340.2700.960.5676.5193.1622.94
Hex537141B060384d5d17
Octal12316143301407011513527
Binary1010011111000110011011011000001110001001101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537104; }

 p { color: rgb(83,113,4); }

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

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

 a { background-color: rgb(83,113,4); }

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

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

 span { border-color: rgb(83,113,4); }

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