Html Css Color HEX #50740C Fiji Green

📋 copy color: '#50740C'

red 80 ◦ green 116 ◦ blue 12

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

Shades of Fiji Green #50740C

Tints of Fiji Green #50740C

RGB

 RED value IS 80 (31.64% from 255) = 38.46%

 GREEN value IS 116 (45.7% from 255) = 55.77%

 BLUE value IS 12 (5.08% from 255) = 5.77%

R = 38.46%
G = 55.77%
B = 5.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#50740C (or 0x50740C) is known color: Fiji Green. HEX triplet: 50, 74 and 0C. RGB value is (80,116,12). Sum of RGB (Red+Green+Blue) = 80+116+12=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #50740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50740C is #AF8BF3. Grayscale: #5D5D5D. Windows color (decimal): -11504628 or 816208. OLE color: 816208.

HSL color Cylindrical-coordinate representation of color #50740C: hue angle of 80.77º degrees, saturation: 0.81, 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 #50740C is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 12 -
CMYK 0.31 0 0.90 0.55
HSL 80.77º 0.81% 0.25% -
HSV(B) 80.77º 0.9% 0.45% -
XYZ 9.62 14.22 2.59 -
YUV 93.38 82.07 118.46 -
System Red Green Blue C M Y K H S L
Decimal 80 116 12 0.31 0 0.90 0.55 80.77 0.81 0.25
Hex 50 74 C 1F 0 5A 37 51 51 19
Octal 120 164 14 37 0 132 67 121 121 31
Binary 1010000 1110100 1100 11111 0 1011010 110111 1010001 1010001 11001

Color Harmonies of #50740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50740C

Black with #50740C

Text Example


Text Example

White with #50740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50740C; }

 p { color: rgb(80,116,12); }

 H1.HeaderClassName
 {
   color: #50740C;
 }
 .AnyTagClassName
 {
   color: #50740C;
 }
</style>

background-color css

<style>
 a { background-color: #50740C; }

 a { background-color: rgb(80,116,12); }

 div.DivClassName
 {
   background-color: #50740C;
 }
 .BgClassName
 {
   background-color: #50740C;
 }
</style>

border-color css

<style>
 span { border-color: #50740C; }

 span { border-color: rgb(80,116,12); }

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