Html Css Color HEX #50730A Fiji Green

📋 copy color: '#50730A'

red 80 ◦ green 115 ◦ blue 10

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

Shades of Fiji Green #50730A

Tints of Fiji Green #50730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.1%

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 39.02%
G = 56.1%
B = 4.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#50730A (or 0x50730A) is known color: Fiji Green. HEX triplet: 50, 73 and 0A. RGB value is (80,115,10). Sum of RGB (Red+Green+Blue) = 80+115+10=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #50730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50730A is #AF8CF5. Grayscale: #5C5C5C. Windows color (decimal): -11504886 or 684880. OLE color: 684880.

HSL color Cylindrical-coordinate representation of color #50730A: hue angle of 80º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50730A is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 10 -
CMYK 0.30 0 0.91 0.55
HSL 80º 0.84% 0.25% -
HSV(B) 80º 0.91% 0.45% -
XYZ 9.49 13.99 2.49 -
YUV 92.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 80 115 10 0.30 0 0.91 0.55 80 0.84 0.25
Hex 50 73 A 1E 0 5B 37 50 54 19
Octal 120 163 12 36 0 133 67 120 124 31
Binary 1010000 1110011 1010 11110 0 1011011 110111 1010000 1010100 11001

Color Harmonies of #50730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50730A

Black with #50730A

Text Example


Text Example

White with #50730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50730A; }

 p { color: rgb(80,115,10); }

 H1.HeaderClassName
 {
   color: #50730A;
 }
 .AnyTagClassName
 {
   color: #50730A;
 }
</style>

background-color css

<style>
 a { background-color: #50730A; }

 a { background-color: rgb(80,115,10); }

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

border-color css

<style>
 span { border-color: #50730A; }

 span { border-color: rgb(80,115,10); }

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