#50720B

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

Shades of Fiji Green #50720B

Tints of Fiji Green #50720B

Color information

#50720B (or 0x50720B) is unknown color: approx Fiji Green. HEX triplet: 50, 72 and 0B. RGB value is (80,114,11). Sum of RGB (Red+Green+Blue) = 80+114+11=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #50720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50720B is #AF8DF4. Grayscale: #5C5C5C. Windows color (decimal): -11505141 or 750160. OLE color: 750160.

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

Color convert

RGB8011411-
CMYK0.3000.900.55
HSL79.81º82.4%24.51%-
HSV(B)79.81º90.35%44.71%-
XYZ9.3913.762.48-
YUV92.0982.24119.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 114 (44.92% from 255) = 55.61%
BLUE value IS 11 (4.69% from 255) = 5.37%
R=39.02%
G=55.61%
B=5.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114110.3000.900.5579.8182.424.51
Hex5072B1E05A37505219
Octal120162133601326712012231
Binary10100001110010101111110010110101101111010000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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