#537A11

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

Shades of Fiji Green #537A11

Tints of Fiji Green #537A11

Color information

#537A11 (or 0x537A11) is unknown color: approx Fiji Green. HEX triplet: 53, 7A and 11. RGB value is (83,122,17). Sum of RGB (Red+Green+Blue) = 83+122+17=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #537A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537A11 is #AC85EE. Grayscale: #626262. Windows color (decimal): -11306479 or 1145427. OLE color: 1145427.

HSL color Cylindrical-coordinate representation of color #537A11: hue angle of 82.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #537A11 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB8312217-
CMYK0.3200.860.52
HSL82.29º75.54%27.25%-
HSV(B)82.29º86.07%47.84%-
XYZ10.6315.83.02-
YUV98.3782.08117.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 122 (48.05% from 255) = 54.95%
BLUE value IS 17 (7.03% from 255) = 7.66%
R=37.39%
G=54.95%
B=7.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83122170.3200.860.5282.2975.5427.25
Hex537A112005634524c1b
Octal123172214001266412211433
Binary1010011111101010001100000010101101101001010010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537A11; }

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

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

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

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

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

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

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

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