Html Css Color HEX #50720E Fiji Green

📋 copy color: '#50720E'

red 80 ◦ green 114 ◦ blue 14

#50720E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #50720E

Tints of Fiji Green #50720E

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 value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#50720E (or 0x50720E) is known color: 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

RGB 80 114 14 -
CMYK 0.30 0 0.88 0.55
HSL 80.4º 0.78% 0.25% -
HSV(B) 80.4º 0.88% 0.45% -
XYZ 9.4 13.77 2.58 -
YUV 92.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 80 114 14 0.30 0 0.88 0.55 80.4 0.78 0.25
Hex 50 72 E 1E 0 58 37 50 4E 19
Octal 120 162 16 36 0 130 67 120 116 31
Binary 1010000 1110010 1110 11110 0 1011000 110111 1010000 1001110 11001

Color Harmonies of #50720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50720E

Black with #50720E

Text Example


Text Example

White with #50720E

Text Example


Text Example

HTML Codes & Css Web 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>