#517406

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

Shades of Fiji Green #517406

Tints of Fiji Green #517406

Color information

#517406 (or 0x517406) is unknown color: approx Fiji Green. HEX triplet: 51, 74 and 06. RGB value is (81,116,6). Sum of RGB (Red+Green+Blue) = 81+116+6=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #517406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517406 is #AE8BF9. Grayscale: #5D5D5D. Windows color (decimal): -11439098 or 422993. OLE color: 422993.

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

Color convert

RGB811166-
CMYK0.3000.950.55
HSL79.09º90.16%23.92%-
HSV(B)79.09º94.83%45.49%-
XYZ9.6714.252.41-
YUV92.9978.9119.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 116 (45.70% from 255) = 57.14%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=39.90%
G=57.14%
B=2.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8111660.3000.950.5579.0990.1623.92
Hex517461E05F374f5a18
Octal12116463601376711713230
Binary1010001111010011011110010111111101111001111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517406; }

 p { color: rgb(81,116,6); }

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

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

 a { background-color: rgb(81,116,6); }

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

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

 span { border-color: rgb(81,116,6); }

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