#537014

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

Shades of Fiji Green #537014

Tints of Fiji Green #537014

Color information

#537014 (or 0x537014) is unknown color: approx Fiji Green. HEX triplet: 53, 70 and 14. RGB value is (83,112,20). Sum of RGB (Red+Green+Blue) = 83+112+20=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #537014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537014 is #AC8FEB. Grayscale: #5D5D5D. Windows color (decimal): -11309036 or 1339475. OLE color: 1339475.

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

Color convert

RGB8311220-
CMYK0.2600.820.56
HSL78.91º69.7%25.88%-
HSV(B)78.91º82.14%43.92%-
XYZ9.4913.482.76-
YUV92.8486.89120.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=38.60%
G=52.09%
B=9.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112200.2600.820.5678.9169.725.88
Hex5370141A052384f461a
Octal123160243201227011710632
Binary101001111100001010011010010100101110001001111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537014; }

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

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

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

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

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

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

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

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