#517801

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

Shades of Fiji Green #517801

Tints of Fiji Green #517801

Color information

#517801 (or 0x517801) is unknown color: approx Fiji Green. HEX triplet: 51, 78 and 01. RGB value is (81,120,1). Sum of RGB (Red+Green+Blue) = 81+120+1=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 120 (47.27% from 255 or 59.41% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 120 - color contains mainly: green. Hex color #517801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517801 is #AE87FE. Grayscale: #5F5F5F. Windows color (decimal): -11438079 or 96337. OLE color: 96337.

HSL color Cylindrical-coordinate representation of color #517801: hue angle of 79.66º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #517801 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB811201-
CMYK0.3200.990.53
HSL79.66º98.35%23.73%-
HSV(B)79.66º99.17%47.06%-
XYZ10.1215.182.43-
YUV94.7775.08118.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 120 (47.27% from 255) = 59.41%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=40.10%
G=59.41%
B=0.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8112010.3200.990.5379.6698.3523.73
Hex517812006335506218
Octal12117014001436512014230
Binary101000111110001100000011000111101011010000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517801; }

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

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

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

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

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

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

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

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