#517503

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

Shades of Fiji Green #517503

Tints of Fiji Green #517503

Color information

#517503 (or 0x517503) is unknown color: approx Fiji Green. HEX triplet: 51, 75 and 03. RGB value is (81,117,3). Sum of RGB (Red+Green+Blue) = 81+117+3=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #517503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517503 is #AE8AFC. Grayscale: #5D5D5D. Windows color (decimal): -11438845 or 226641. OLE color: 226641.

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

Color convert

RGB811173-
CMYK0.3100.970.54
HSL78.95º95%23.53%-
HSV(B)78.95º97.44%45.88%-
XYZ9.7714.482.37-
YUV93.2477.07119.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 117 (46.09% from 255) = 58.21%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=40.30%
G=58.21%
B=1.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8111730.3100.970.5478.959523.53
Hex517531F061364f5f18
Octal12116533701416611713730
Binary101000111101011111111011000011101101001111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517503; }

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

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

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

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

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

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

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

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