#536F14

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

Shades of Fiji Green #536F14

Tints of Fiji Green #536F14

Color information

#536F14 (or 0x536F14) is unknown color: approx Fiji Green. HEX triplet: 53, 6F and 14. RGB value is (83,111,20). Sum of RGB (Red+Green+Blue) = 83+111+20=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #536F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536F14 is #AC90EB. Grayscale: #5C5C5C. Windows color (decimal): -11309292 or 1339219. OLE color: 1339219.

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

Color convert

RGB8311120-
CMYK0.2500.820.56
HSL78.46º69.47%25.69%-
HSV(B)78.46º81.98%43.53%-
XYZ9.3813.262.73-
YUV92.2587.22121.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 111 (43.75% from 255) = 51.87%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=38.79%
G=51.87%
B=9.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83111200.2500.820.5678.4669.4725.69
Hex536F1419052384e451a
Octal123157243101227011610532
Binary101001111011111010011001010100101110001001110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536F14; }

 p { color: rgb(83,111,20); }

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

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

 a { background-color: rgb(83,111,20); }

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

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

 span { border-color: rgb(83,111,20); }

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