#537110

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

Shades of Fiji Green #537110

Tints of Fiji Green #537110

Color information

#537110 (or 0x537110) is unknown color: approx Fiji Green. HEX triplet: 53, 71 and 10. RGB value is (83,113,16). Sum of RGB (Red+Green+Blue) = 83+113+16=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #537110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537110 is #AC8EEF. Grayscale: #5D5D5D. Windows color (decimal): -11308784 or 1077587. OLE color: 1077587.

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

Color convert

RGB8311316-
CMYK0.2700.860.56
HSL78.56º75.19%25.29%-
HSV(B)78.56º85.84%44.31%-
XYZ9.5713.692.63-
YUV92.9784.56120.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 113 (44.53% from 255) = 53.30%
BLUE value IS 16 (6.64% from 255) = 7.55%
R=39.15%
G=53.30%
B=7.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83113160.2700.860.5678.5675.1925.29
Hex5371101B056384f4b19
Octal123161203301267011711331
Binary101001111100011000011011010101101110001001111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537110; }

 p { color: rgb(83,113,16); }

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

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

 a { background-color: rgb(83,113,16); }

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

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

 span { border-color: rgb(83,113,16); }

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