Html Css Color HEX #507103 Fiji Green

📋 copy color: '#507103'

red 80 ◦ green 113 ◦ blue 3

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

Shades of Fiji Green #507103

Tints of Fiji Green #507103

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.65%

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

R = 40.82%
G = 57.65%
B = 1.53%

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

#507103 (or 0x507103) is known color: Fiji Green. HEX triplet: 50, 71 and 03. RGB value is (80,113,3). Sum of RGB (Red+Green+Blue) = 80+113+3=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #507103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507103 is #AF8EFC. Grayscale: #5B5B5B. Windows color (decimal): -11505405 or 225616. OLE color: 225616.

HSL color Cylindrical-coordinate representation of color #507103: hue angle of 78º 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 #507103 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 3 -
CMYK 0.29 0 0.97 0.56
HSL 78º 0.95% 0.23% -
HSV(B) 78º 0.97% 0.44% -
XYZ 9.23 13.52 2.21 -
YUV 90.59 78.57 120.44 -
System Red Green Blue C M Y K H S L
Decimal 80 113 3 0.29 0 0.97 0.56 78 0.95 0.23
Hex 50 71 3 1D 0 61 38 4E 5F 17
Octal 120 161 3 35 0 141 70 116 137 27
Binary 1010000 1110001 11 11101 0 1100001 111000 1001110 1011111 10111

Color Harmonies of #507103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507103

Black with #507103

Text Example


Text Example

White with #507103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507103; }

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

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

background-color css

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

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

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

border-color css

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

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

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