#507409

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

Shades of Fiji Green #507409

Tints of Fiji Green #507409

Color information

#507409 (or 0x507409) is unknown color: approx Fiji Green. HEX triplet: 50, 74 and 09. RGB value is (80,116,9). Sum of RGB (Red+Green+Blue) = 80+116+9=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #507409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507409 is #AF8BF6. Grayscale: #5D5D5D. Windows color (decimal): -11504631 or 619600. OLE color: 619600.

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

Color convert

RGB801169-
CMYK0.3100.920.55
HSL80.19º85.6%24.51%-
HSV(B)80.19º92.24%45.49%-
XYZ9.614.222.5-
YUV93.0480.57118.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 9 (3.91% from 255) = 4.39%
R=39.02%
G=56.59%
B=4.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8011690.3100.920.5580.1985.624.51
Hex507491F05C37505619
Octal120164113701346712012631
Binary10100001110100100111111010111001101111010000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507409; }

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

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

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

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

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

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

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

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