#507303

Color #507303 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #507303

Tints of Fiji Green #507303

Color information

#507303 (or 0x507303) is unknown color: approx Fiji Green. HEX triplet: 50, 73 and 03. RGB value is (80,115,3). Sum of RGB (Red+Green+Blue) = 80+115+3=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #507303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507303 is #AF8CFC. Grayscale: #5C5C5C. Windows color (decimal): -11504893 or 226128. OLE color: 226128.

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

Color convert

RGB801153-
CMYK0.3000.970.55
HSL78.75º94.92%23.14%-
HSV(B)78.75º97.39%45.1%-
XYZ9.4613.972.28-
YUV91.7777.9119.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 115 (45.31% from 255) = 58.08%
BLUE value IS 3 (1.56% from 255) = 1.52%
R=40.40%
G=58.08%
B=1.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8011530.3000.970.5578.7594.9223.14
Hex507331E061374f5f17
Octal12016333601416711713727
Binary101000011100111111110011000011101111001111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507303; }

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

 H1.HeaderClassName
 {
   color: #507303;
 }
 .AnyTagClassName
 {
   color: #507303;
 }
</style>
background-color css

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

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

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

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

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

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