#537015

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

Shades of Fiji Green #537015

Tints of Fiji Green #537015

Color information

#537015 (or 0x537015) is unknown color: approx Fiji Green. HEX triplet: 53, 70 and 15. RGB value is (83,112,21). Sum of RGB (Red+Green+Blue) = 83+112+21=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #537015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537015 is #AC8FEA. Grayscale: #5D5D5D. Windows color (decimal): -11309035 or 1405011. OLE color: 1405011.

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

Color convert

RGB8311221-
CMYK0.2600.810.56
HSL79.12º68.42%26.08%-
HSV(B)79.12º81.25%43.92%-
XYZ9.513.482.81-
YUV92.9687.39120.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 112 (44.14% from 255) = 51.85%
BLUE value IS 21 (8.59% from 255) = 9.72%
R=38.43%
G=51.85%
B=9.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112210.2600.810.5679.1268.4226.08
Hex5370151A051384f441a
Octal123160253201217011710432
Binary101001111100001010111010010100011110001001111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537015; }

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

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

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

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

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

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

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

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