Html Css Color HEX #517E74 Dark Green Copper

📋 copy color: '#517E74'

red 81 ◦ green 126 ◦ blue 116

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

Shades of Dark Green Copper #517E74

Tints of Dark Green Copper #517E74

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.01%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 25.08%
G = 39.01%
B = 35.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#517E74 (or 0x517E74) is known color: Dark Green Copper. HEX triplet: 51, 7E and 74. RGB value is (81,126,116). Sum of RGB (Red+Green+Blue) = 81+126+116=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 126 - color contains mainly: green. Hex color #517E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E74 is #AE818B. Grayscale: #6F6F6F. Windows color (decimal): -11436428 or 7634513. OLE color: 7634513.

HSL color Cylindrical-coordinate representation of color #517E74: hue angle of 166.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517E74 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 126 116 -
CMYK 0.36 0 0.08 0.51
HSL 166.67º 0.22% 0.41% -
HSV(B) 166.67º 0.36% 0.49% -
XYZ 14.01 17.93 19.25 -
YUV 111.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 81 126 116 0.36 0 0.08 0.51 166.67 0.22 0.41
Hex 51 7E 74 24 0 8 33 A7 16 29
Octal 121 176 164 44 0 10 63 247 26 51
Binary 1010001 1111110 1110100 100100 0 1000 110011 10100111 10110 101001

Color Harmonies of #517E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517E74

Black with #517E74

Text Example


Text Example

White with #517E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,126,116); }

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

background-color css

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

 a { background-color: rgb(81,126,116); }

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

border-color css

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

 span { border-color: rgb(81,126,116); }

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