#537513

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

Shades of Fiji Green #537513

Tints of Fiji Green #537513

Color information

#537513 (or 0x537513) is unknown color: approx Fiji Green. HEX triplet: 53, 75 and 13. RGB value is (83,117,19). Sum of RGB (Red+Green+Blue) = 83+117+19=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #537513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537513 is #AC8AEC. Grayscale: #606060. Windows color (decimal): -11307757 or 1275219. OLE color: 1275219.

HSL color Cylindrical-coordinate representation of color #537513: hue angle of 80.82º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #537513 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB8311719-
CMYK0.2900.840.54
HSL80.82º72.06%26.67%-
HSV(B)80.82º83.76%45.88%-
XYZ10.0514.612.91-
YUV95.6684.74118.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 117 (46.09% from 255) = 53.42%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=37.90%
G=53.42%
B=8.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83117190.2900.840.5480.8272.0626.67
Hex5375131D0543651481b
Octal123165233501246612111033
Binary101001111101011001111101010101001101101010001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537513; }

 p { color: rgb(83,117,19); }

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

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

 a { background-color: rgb(83,117,19); }

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

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

 span { border-color: rgb(83,117,19); }

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