Html Css Color HEX #517971 Dark Green Copper

📋 copy color: '#517971'

red 81 ◦ green 121 ◦ blue 113

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

Shades of Dark Green Copper #517971

Tints of Dark Green Copper #517971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.41%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 25.71%
G = 38.41%
B = 35.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#517971 (or 0x517971) is known color: Dark Green Copper. HEX triplet: 51, 79 and 71. RGB value is (81,121,113). Sum of RGB (Red+Green+Blue) = 81+121+113=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #517971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517971 is #AE868E. Grayscale: #6C6C6C. Windows color (decimal): -11437711 or 7436625. OLE color: 7436625.

HSL color Cylindrical-coordinate representation of color #517971: hue angle of 168º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #517971 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 121 113 -
CMYK 0.33 0 0.07 0.53
HSL 168º 0.2% 0.4% -
HSV(B) 168º 0.33% 0.47% -
XYZ 13.21 16.62 18.13 -
YUV 108.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 81 121 113 0.33 0 0.07 0.53 168 0.2 0.4
Hex 51 79 71 21 0 7 35 A8 14 28
Octal 121 171 161 41 0 7 65 250 24 50
Binary 1010001 1111001 1110001 100001 0 111 110101 10101000 10100 101000

Color Harmonies of #517971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517971

Black with #517971

Text Example


Text Example

White with #517971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517971; }

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

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

background-color css

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

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

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

border-color css

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

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

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