#517A03

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

Shades of Fiji Green #517A03

Tints of Fiji Green #517A03

Color information

#517A03 (or 0x517A03) is unknown color: approx Fiji Green. HEX triplet: 51, 7A and 03. RGB value is (81,122,3). Sum of RGB (Red+Green+Blue) = 81+122+3=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 122 (48.05% from 255 or 59.22% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 122 - color contains mainly: green. Hex color #517A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517A03 is #AE85FC. Grayscale: #606060. Windows color (decimal): -11437565 or 227921. OLE color: 227921.

HSL color Cylindrical-coordinate representation of color #517A03: hue angle of 80.67º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #517A03 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB811223-
CMYK0.3400.980.52
HSL80.67º95.2%24.51%-
HSV(B)80.67º97.54%47.84%-
XYZ10.3715.672.57-
YUV96.1775.42117.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 122 (48.05% from 255) = 59.22%
BLUE value IS 3 (1.56% from 255) = 1.46%
R=39.32%
G=59.22%
B=1.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8112230.3400.980.5280.6795.224.51
Hex517A32206234515f19
Octal12117234201426412113731
Binary1010001111101011100010011000101101001010001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517A03; }

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

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

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

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

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

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

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

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