#537209

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

Shades of Fiji Green #537209

Tints of Fiji Green #537209

Color information

#537209 (or 0x537209) is unknown color: approx Fiji Green. HEX triplet: 53, 72 and 09. RGB value is (83,114,9). Sum of RGB (Red+Green+Blue) = 83+114+9=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #537209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537209 is #AC8DF6. Grayscale: #5D5D5D. Windows color (decimal): -11308535 or 619091. OLE color: 619091.

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

Color convert

RGB831149-
CMYK0.2700.920.55
HSL77.71º85.37%24.12%-
HSV(B)77.71º92.11%44.71%-
XYZ9.6313.892.43-
YUV92.7680.73121.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 114 (44.92% from 255) = 55.34%
BLUE value IS 9 (3.91% from 255) = 4.37%
R=40.29%
G=55.34%
B=4.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8311490.2700.920.5577.7185.3724.12
Hex537291B05C374e5518
Octal123162113301346711612530
Binary10100111110010100111011010111001101111001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537209; }

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

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

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

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

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

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

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

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