#517103

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

Shades of Fiji Green #517103

Tints of Fiji Green #517103

Color information

#517103 (or 0x517103) is unknown color: approx Fiji Green. HEX triplet: 51, 71 and 03. RGB value is (81,113,3). Sum of RGB (Red+Green+Blue) = 81+113+3=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #517103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517103 is #AE8EFC. Grayscale: #5B5B5B. Windows color (decimal): -11439869 or 225617. OLE color: 225617.

HSL color Cylindrical-coordinate representation of color #517103: hue angle of 77.45º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #517103 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB811133-
CMYK0.2800.970.56
HSL77.45º94.83%22.75%-
HSV(B)77.45º97.35%44.31%-
XYZ9.3113.572.21-
YUV90.8978.4120.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 113 (44.53% from 255) = 57.36%
BLUE value IS 3 (1.56% from 255) = 1.52%
R=41.12%
G=57.36%
B=1.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111330.2800.970.5677.4594.8322.75
Hex517131C061384d5f17
Octal12116133401417011513727
Binary101000111100011111100011000011110001001101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517103; }

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

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

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

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

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

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

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

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