#507304

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

Shades of Fiji Green #507304

Tints of Fiji Green #507304

Color information

#507304 (or 0x507304) is unknown color: approx Fiji Green. HEX triplet: 50, 73 and 04. RGB value is (80,115,4). Sum of RGB (Red+Green+Blue) = 80+115+4=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #507304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507304 is #AF8CFB. Grayscale: #5C5C5C. Windows color (decimal): -11504892 or 291664. OLE color: 291664.

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

Color convert

RGB801154-
CMYK0.3000.970.55
HSL78.92º93.28%23.33%-
HSV(B)78.92º96.52%45.1%-
XYZ9.4613.982.31-
YUV91.8878.4119.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 115 (45.31% from 255) = 57.79%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=40.20%
G=57.79%
B=2.01%

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
Decimal8011540.3000.970.5578.9293.2823.33
Hex507341E061374f5d17
Octal12016343601416711713527
Binary1010000111001110011110011000011101111001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507304; }

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

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

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

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

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

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

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

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