#537612

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

Shades of Fiji Green #537612

Tints of Fiji Green #537612

Color information

#537612 (or 0x537612) is unknown color: approx Fiji Green. HEX triplet: 53, 76 and 12. RGB value is (83,118,18). Sum of RGB (Red+Green+Blue) = 83+118+18=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #537612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537612 is #AC89ED. Grayscale: #606060. Windows color (decimal): -11307502 or 1209939. OLE color: 1209939.

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

Color convert

RGB8311818-
CMYK0.3000.850.54
HSL81º73.53%26.67%-
HSV(B)81º84.75%46.27%-
XYZ10.1514.842.9-
YUV96.1483.9118.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 18 (7.42% from 255) = 8.22%
R=37.90%
G=53.88%
B=8.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83118180.3000.850.548173.5326.67
Hex5376121E05536514a1b
Octal123166223601256612111233
Binary101001111101101001011110010101011101101010001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537612; }

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

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

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

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

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

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

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

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