#537911

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

Shades of Fiji Green #537911

Tints of Fiji Green #537911

Color information

#537911 (or 0x537911) is unknown color: approx Fiji Green. HEX triplet: 53, 79 and 11. RGB value is (83,121,17). Sum of RGB (Red+Green+Blue) = 83+121+17=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #537911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537911 is #AC86EE. Grayscale: #626262. Windows color (decimal): -11306735 or 1145171. OLE color: 1145171.

HSL color Cylindrical-coordinate representation of color #537911: hue angle of 81.92º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #537911 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB8312117-
CMYK0.3100.860.53
HSL81.92º75.36%27.06%-
HSV(B)81.92º85.95%47.45%-
XYZ10.5115.552.98-
YUV97.7882.41117.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 121 (47.66% from 255) = 54.75%
BLUE value IS 17 (7.03% from 255) = 7.69%
R=37.56%
G=54.75%
B=7.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83121170.3100.860.5381.9275.3627.06
Hex5379111F05635524b1b
Octal123171213701266512211333
Binary101001111110011000111111010101101101011010010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537911; }

 p { color: rgb(83,121,17); }

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

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

 a { background-color: rgb(83,121,17); }

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

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

 span { border-color: rgb(83,121,17); }

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