Html Css Color HEX #507403 Fiji Green

📋 copy color: '#507403'

red 80 ◦ green 116 ◦ blue 3

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

Shades of Fiji Green #507403

Tints of Fiji Green #507403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.51%

R = 40.2%
G = 58.29%
B = 1.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#507403 (or 0x507403) is known color: Fiji Green. HEX triplet: 50, 74 and 03. RGB value is (80,116,3). Sum of RGB (Red+Green+Blue) = 80+116+3=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #507403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507403 is #AF8BFC. Grayscale: #5C5C5C. Windows color (decimal): -11504637 or 226384. OLE color: 226384.

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

Color convert

RGB 80 116 3 -
CMYK 0.31 0 0.97 0.55
HSL 79.12º 0.95% 0.23% -
HSV(B) 79.12º 0.97% 0.45% -
XYZ 9.57 14.2 2.32 -
YUV 92.35 77.57 119.19 -
System Red Green Blue C M Y K H S L
Decimal 80 116 3 0.31 0 0.97 0.55 79.12 0.95 0.23
Hex 50 74 3 1F 0 61 37 4F 5F 17
Octal 120 164 3 37 0 141 67 117 137 27
Binary 1010000 1110100 11 11111 0 1100001 110111 1001111 1011111 10111

Color Harmonies of #507403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507403

Black with #507403

Text Example


Text Example

White with #507403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507403; }

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

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

background-color css

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

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

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

border-color css

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

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

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