#507405

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

Shades of Fiji Green #507405

Tints of Fiji Green #507405

Color information

#507405 (or 0x507405) is unknown color: approx Fiji Green. HEX triplet: 50, 74 and 05. RGB value is (80,116,5). Sum of RGB (Red+Green+Blue) = 80+116+5=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #507405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507405 is #AF8BFA. Grayscale: #5C5C5C. Windows color (decimal): -11504635 or 357456. OLE color: 357456.

HSL color Cylindrical-coordinate representation of color #507405: hue angle of 79.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #507405 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB801165-
CMYK0.3100.960.55
HSL79.46º91.74%23.73%-
HSV(B)79.46º95.69%45.49%-
XYZ9.5814.212.38-
YUV92.5878.57119.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 116 (45.70% from 255) = 57.71%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=39.80%
G=57.71%
B=2.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8011650.3100.960.5579.4691.7423.73
Hex507451F060374f5c18
Octal12016453701406711713430
Binary1010000111010010111111011000001101111001111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507405; }

 p { color: rgb(80,116,5); }

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

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

 a { background-color: rgb(80,116,5); }

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

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

 span { border-color: rgb(80,116,5); }

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