#517102

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

Shades of Fiji Green #517102

Tints of Fiji Green #517102

Color information

#517102 (or 0x517102) is unknown color: approx Fiji Green. HEX triplet: 51, 71 and 02. RGB value is (81,113,2). Sum of RGB (Red+Green+Blue) = 81+113+2=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #517102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517102 is #AE8EFD. Grayscale: #5B5B5B. Windows color (decimal): -11439870 or 160081. OLE color: 160081.

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

Color convert

RGB811132-
CMYK0.2800.980.56
HSL77.3º96.52%22.55%-
HSV(B)77.3º98.23%44.31%-
XYZ9.3113.562.18-
YUV90.7877.9121.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 113 (44.53% from 255) = 57.65%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=41.33%
G=57.65%
B=1.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111320.2800.980.5677.396.5222.55
Hex517121C062384d6117
Octal12116123401427011514127
Binary101000111100011011100011000101110001001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517102; }

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

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

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

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

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

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

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

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