#537202

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

Shades of Fiji Green #537202

Tints of Fiji Green #537202

Color information

#537202 (or 0x537202) is unknown color: approx Fiji Green. HEX triplet: 53, 72 and 02. RGB value is (83,114,2). Sum of RGB (Red+Green+Blue) = 83+114+2=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #537202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537202 is #AC8DFD. Grayscale: #5C5C5C. Windows color (decimal): -11308542 or 160339. OLE color: 160339.

HSL color Cylindrical-coordinate representation of color #537202: hue angle of 76.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #537202 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB831142-
CMYK0.2700.980.55
HSL76.61º96.55%22.75%-
HSV(B)76.61º98.25%44.71%-
XYZ9.613.882.23-
YUV91.9677.23121.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 114 (44.92% from 255) = 57.29%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=41.71%
G=57.29%
B=1.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8311420.2700.980.5576.6196.5522.75
Hex537221B062374d6117
Octal12316223301426711514127
Binary101001111100101011011011000101101111001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537202; }

 p { color: rgb(83,114,2); }

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

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

 a { background-color: rgb(83,114,2); }

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

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

 span { border-color: rgb(83,114,2); }

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