Html Css Color HEX #507003 Fiji Green

📋 copy color: '#507003'

red 80 ◦ green 112 ◦ blue 3

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

Shades of Fiji Green #507003

Tints of Fiji Green #507003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.44%

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

R = 41.03%
G = 57.44%
B = 1.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#507003 (or 0x507003) is known color: Fiji Green. HEX triplet: 50, 70 and 03. RGB value is (80,112,3). Sum of RGB (Red+Green+Blue) = 80+112+3=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #507003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507003 is #AF8FFC. Grayscale: #5A5A5A. Windows color (decimal): -11505661 or 225360. OLE color: 225360.

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

Color convert

RGB 80 112 3 -
CMYK 0.29 0 0.97 0.56
HSL 77.61º 0.95% 0.23% -
HSV(B) 77.61º 0.97% 0.44% -
XYZ 9.12 13.3 2.17 -
YUV 90.01 78.9 120.86 -
System Red Green Blue C M Y K H S L
Decimal 80 112 3 0.29 0 0.97 0.56 77.61 0.95 0.23
Hex 50 70 3 1D 0 61 38 4E 5F 17
Octal 120 160 3 35 0 141 70 116 137 27
Binary 1010000 1110000 11 11101 0 1100001 111000 1001110 1011111 10111

Color Harmonies of #507003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507003

Black with #507003

Text Example


Text Example

White with #507003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507003; }

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

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

background-color css

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

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

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

border-color css

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

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

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