#53700E

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

Shades of Fiji Green #53700E

Tints of Fiji Green #53700E

Color information

#53700E (or 0x53700E) is unknown color: approx Fiji Green. HEX triplet: 53, 70 and 0E. RGB value is (83,112,14). Sum of RGB (Red+Green+Blue) = 83+112+14=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #53700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53700E is #AC8FF1. Grayscale: #5C5C5C. Windows color (decimal): -11309042 or 946259. OLE color: 946259.

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

Color convert

RGB8311214-
CMYK0.2600.880.56
HSL77.76º77.78%24.71%-
HSV(B)77.76º87.5%43.92%-
XYZ9.4413.462.52-
YUV92.1683.89121.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 112 (44.14% from 255) = 53.59%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=39.71%
G=53.59%
B=6.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112140.2600.880.5677.7677.7824.71
Hex5370E1A058384e4e19
Octal123160163201307011611631
Binary10100111110000111011010010110001110001001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53700E; }

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

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

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

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

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

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

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

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