Html Css Color HEX #507803 Fiji Green

📋 copy color: '#507803'

red 80 ◦ green 120 ◦ blue 3

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

Shades of Fiji Green #507803

Tints of Fiji Green #507803

RGB

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

 GREEN value IS 120 (47.27% from 255) = 59.11%

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

R = 39.41%
G = 59.11%
B = 1.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#507803 (or 0x507803) is known color: Fiji Green. HEX triplet: 50, 78 and 03. RGB value is (80,120,3). Sum of RGB (Red+Green+Blue) = 80+120+3=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #507803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507803 is #AF87FC. Grayscale: #5F5F5F. Windows color (decimal): -11503613 or 227408. OLE color: 227408.

HSL color Cylindrical-coordinate representation of color #507803: hue angle of 80.51º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #507803 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 3 -
CMYK 0.33 0 0.98 0.53
HSL 80.51º 0.95% 0.24% -
HSV(B) 80.51º 0.98% 0.47% -
XYZ 10.04 15.14 2.48 -
YUV 94.7 76.25 117.51 -
System Red Green Blue C M Y K H S L
Decimal 80 120 3 0.33 0 0.98 0.53 80.51 0.95 0.24
Hex 50 78 3 21 0 62 35 51 5F 18
Octal 120 170 3 41 0 142 65 121 137 30
Binary 1010000 1111000 11 100001 0 1100010 110101 1010001 1011111 11000

Color Harmonies of #507803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507803

Black with #507803

Text Example


Text Example

White with #507803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507803; }

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

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

background-color css

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

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

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

border-color css

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

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

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