#50720E

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

Shades of Fiji Green #50720E

Tints of Fiji Green #50720E

Color information

#50720E (or 0x50720E) is unknown color: approx Fiji Green. HEX triplet: 50, 72 and 0E. RGB value is (80,114,14). Sum of RGB (Red+Green+Blue) = 80+114+14=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #50720E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50720E is #AF8DF1. Grayscale: #5C5C5C. Windows color (decimal): -11505138 or 946768. OLE color: 946768.

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

Color convert

RGB8011414-
CMYK0.3000.880.55
HSL80.4º78.12%25.1%-
HSV(B)80.4º87.72%44.71%-
XYZ9.413.772.58-
YUV92.4383.74119.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 14 (5.86% from 255) = 6.73%
R=38.46%
G=54.81%
B=6.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114140.3000.880.5580.478.1225.1
Hex5072E1E05837504e19
Octal120162163601306712011631
Binary10100001110010111011110010110001101111010000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,114,14); }

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

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

 a { background-color: rgb(80,114,14); }

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

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

 span { border-color: rgb(80,114,14); }

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