Html Css Color HEX #50750D Fiji Green

📋 copy color: '#50750D'

red 80 ◦ green 117 ◦ blue 13

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

Shades of Fiji Green #50750D

Tints of Fiji Green #50750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.71%

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

R = 38.1%
G = 55.71%
B = 6.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#50750D (or 0x50750D) is known color: Fiji Green. HEX triplet: 50, 75 and 0D. RGB value is (80,117,13). Sum of RGB (Red+Green+Blue) = 80+117+13=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #50750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50750D is #AF8AF2. Grayscale: #5E5E5E. Windows color (decimal): -11504371 or 882000. OLE color: 882000.

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

Color convert

RGB 80 117 13 -
CMYK 0.32 0 0.89 0.54
HSL 81.35º 0.8% 0.25% -
HSV(B) 81.35º 0.89% 0.46% -
XYZ 9.74 14.46 2.66 -
YUV 94.08 82.24 117.96 -
System Red Green Blue C M Y K H S L
Decimal 80 117 13 0.32 0 0.89 0.54 81.35 0.8 0.25
Hex 50 75 D 20 0 59 36 51 50 19
Octal 120 165 15 40 0 131 66 121 120 31
Binary 1010000 1110101 1101 100000 0 1011001 110110 1010001 1010000 11001

Color Harmonies of #50750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50750D

Black with #50750D

Text Example


Text Example

White with #50750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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