Html Css Color HEX #50740D Fiji Green

📋 copy color: '#50740D'

red 80 ◦ green 116 ◦ blue 13

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

Shades of Fiji Green #50740D

Tints of Fiji Green #50740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.22%

R = 38.28%
G = 55.5%
B = 6.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#50740D (or 0x50740D) is known color: Fiji Green. HEX triplet: 50, 74 and 0D. RGB value is (80,116,13). Sum of RGB (Red+Green+Blue) = 80+116+13=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #50740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50740D is #AF8BF2. Grayscale: #5D5D5D. Windows color (decimal): -11504627 or 881744. OLE color: 881744.

HSL color Cylindrical-coordinate representation of color #50740D: hue angle of 80.97º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50740D is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 13 -
CMYK 0.31 0 0.89 0.55
HSL 80.97º 0.8% 0.25% -
HSV(B) 80.97º 0.89% 0.45% -
XYZ 9.63 14.23 2.62 -
YUV 93.49 82.57 118.38 -
System Red Green Blue C M Y K H S L
Decimal 80 116 13 0.31 0 0.89 0.55 80.97 0.8 0.25
Hex 50 74 D 1F 0 59 37 51 50 19
Octal 120 164 15 37 0 131 67 121 120 31
Binary 1010000 1110100 1101 11111 0 1011001 110111 1010001 1010000 11001

Color Harmonies of #50740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50740D

Black with #50740D

Text Example


Text Example

White with #50740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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