#537012

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

Shades of Fiji Green #537012

Tints of Fiji Green #537012

Color information

#537012 (or 0x537012) is unknown color: approx Fiji Green. HEX triplet: 53, 70 and 12. RGB value is (83,112,18). Sum of RGB (Red+Green+Blue) = 83+112+18=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #537012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537012 is #AC8FED. Grayscale: #5C5C5C. Windows color (decimal): -11309038 or 1208403. OLE color: 1208403.

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

Color convert

RGB8311218-
CMYK0.2600.840.56
HSL78.51º72.31%25.49%-
HSV(B)78.51º83.93%43.92%-
XYZ9.4713.472.67-
YUV92.6185.89121.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 112 (44.14% from 255) = 52.58%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=38.97%
G=52.58%
B=8.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112180.2600.840.5678.5172.3125.49
Hex5370121A054384f4819
Octal123160223201247011711031
Binary101001111100001001011010010101001110001001111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537012; }

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

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

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

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

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

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

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

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