Html Css Color HEX #517166 Dark Green Copper

📋 copy color: '#517166'

red 81 ◦ green 113 ◦ blue 102

#517166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #517166

Tints of Dark Green Copper #517166

RGB

 RED value IS 81 (32.03% from 255) = 27.36%

 GREEN value IS 113 (44.53% from 255) = 38.18%

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 27.36%
G = 38.18%
B = 34.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#517166 (or 0x517166) is known color: Dark Green Copper. HEX triplet: 51, 71 and 66. RGB value is (81,113,102). Sum of RGB (Red+Green+Blue) = 81+113+102=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #517166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517166 is #AE8E99. Grayscale: #666666. Windows color (decimal): -11439770 or 6713681. OLE color: 6713681.

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

Color convert

RGB 81 113 102 -
CMYK 0.28 0 0.10 0.56
HSL 159.38º 0.16% 0.38% -
HSV(B) 159.38º 0.28% 0.44% -
XYZ 11.7 14.52 14.76 -
YUV 102.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 81 113 102 0.28 0 0.10 0.56 159.38 0.16 0.38
Hex 51 71 66 1C 0 A 38 9F 10 26
Octal 121 161 146 34 0 12 70 237 20 46
Binary 1010001 1110001 1100110 11100 0 1010 111000 10011111 10000 100110

Color Harmonies of #517166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517166

Black with #517166

Text Example


Text Example

White with #517166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517166; }

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

 H1.HeaderClassName
 {
   color: #517166;
 }
 .AnyTagClassName
 {
   color: #517166;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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