#517501

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

Shades of Fiji Green #517501

Tints of Fiji Green #517501

Color information

#517501 (or 0x517501) is unknown color: approx Fiji Green. HEX triplet: 51, 75 and 01. RGB value is (81,117,1). Sum of RGB (Red+Green+Blue) = 81+117+1=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #517501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517501 is #AE8AFE. Grayscale: #5D5D5D. Windows color (decimal): -11438847 or 95569. OLE color: 95569.

HSL color Cylindrical-coordinate representation of color #517501: hue angle of 78.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #517501 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB811171-
CMYK0.3100.990.54
HSL78.62º98.31%23.14%-
HSV(B)78.62º99.15%45.88%-
XYZ9.7614.472.31-
YUV93.0176.07119.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 117 (46.09% from 255) = 58.79%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=40.70%
G=58.79%
B=0.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8111710.3100.990.5478.6298.3123.14
Hex517511F063364f6217
Octal12116513701436611714227
Binary10100011110101111111011000111101101001111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517501; }

 p { color: rgb(81,117,1); }

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

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

 a { background-color: rgb(81,117,1); }

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

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

 span { border-color: rgb(81,117,1); }

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