#537016

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

Shades of Fiji Green #537016

Tints of Fiji Green #537016

Color information

#537016 (or 0x537016) is unknown color: approx Fiji Green. HEX triplet: 53, 70 and 16. RGB value is (83,112,22). Sum of RGB (Red+Green+Blue) = 83+112+22=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #537016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537016 is #AC8FE9. Grayscale: #5D5D5D. Windows color (decimal): -11309034 or 1470547. OLE color: 1470547.

HSL color Cylindrical-coordinate representation of color #537016: hue angle of 79.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #537016 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB8311222-
CMYK0.2600.800.56
HSL79.33º67.16%26.27%-
HSV(B)79.33º80.36%43.92%-
XYZ9.5113.492.86-
YUV93.0787.89120.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 112 (44.14% from 255) = 51.61%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=38.25%
G=51.61%
B=10.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112220.2600.800.5679.3367.1626.27
Hex5370161A050384f431a
Octal123160263201207011710332
Binary101001111100001011011010010100001110001001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537016; }

 p { color: rgb(83,112,22); }

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

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

 a { background-color: rgb(83,112,22); }

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

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

 span { border-color: rgb(83,112,22); }

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