#537D0F

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

Shades of Fiji Green #537D0F

Tints of Fiji Green #537D0F

Color information

#537D0F (or 0x537D0F) is unknown color: approx Fiji Green. HEX triplet: 53, 7D and 0F. RGB value is (83,125,15). Sum of RGB (Red+Green+Blue) = 83+125+15=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 125 (49.22% from 255 or 56.05% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 125 - color contains mainly: green. Hex color #537D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537D0F is #AC82F0. Grayscale: #646464. Windows color (decimal): -11305713 or 1015123. OLE color: 1015123.

HSL color Cylindrical-coordinate representation of color #537D0F: hue angle of 82.91º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #537D0F is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB8312515-
CMYK0.3400.880.51
HSL82.91º78.57%27.45%-
HSV(B)82.91º88%49.02%-
XYZ10.9916.543.07-
YUV99.980.09115.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 125 (49.22% from 255) = 56.05%
BLUE value IS 15 (6.25% from 255) = 6.73%
R=37.22%
G=56.05%
B=6.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83125150.3400.880.5182.9178.5727.45
Hex537DF2205833534f1b
Octal123175174201306312311733
Binary101001111111011111100010010110001100111010011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537D0F; }

 p { color: rgb(83,125,15); }

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

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

 a { background-color: rgb(83,125,15); }

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

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

 span { border-color: rgb(83,125,15); }

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