Html Css Color HEX #507300 Fiji Green

📋 copy color: '#507300'

red 80 ◦ green 115 ◦ blue 0

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

Shades of Fiji Green #507300

Tints of Fiji Green #507300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.03%
G = 58.97%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#507300 (or 0x507300) is known color: Fiji Green. HEX triplet: 50, 73 and 00. RGB value is (80,115,0). Sum of RGB (Red+Green+Blue) = 80+115+0=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #507300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507300 is #AF8CFF. Grayscale: #5B5B5B. Windows color (decimal): -11504896 or 29520. OLE color: 29520.

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

Color convert

RGB 80 115 0 -
CMYK 0.30 0 1 0.55
HSL 78.26º 1% 0.23% -
HSV(B) 78.26º 1% 0.45% -
XYZ 9.44 13.97 2.2 -
YUV 91.43 76.4 119.85 -
System Red Green Blue C M Y K H S L
Decimal 80 115 0 0.30 0 1 0.55 78.26 1 0.23
Hex 50 73 0 1E 0 64 37 4E 64 17
Octal 120 163 0 36 0 144 67 116 144 27
Binary 1010000 1110011 0 11110 0 1100100 110111 1001110 1100100 10111

Color Harmonies of #507300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507300

Black with #507300

Text Example


Text Example

White with #507300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507300; }

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

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

background-color css

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

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

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

border-color css

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

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

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