Html Css Color HEX #517E72 Dark Green Copper

📋 copy color: '#517E72'

red 81 ◦ green 126 ◦ blue 114

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

Shades of Dark Green Copper #517E72

Tints of Dark Green Copper #517E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 25.23%
G = 39.25%
B = 35.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#517E72 (or 0x517E72) is known color: Dark Green Copper. HEX triplet: 51, 7E and 72. RGB value is (81,126,114). Sum of RGB (Red+Green+Blue) = 81+126+114=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 126 - color contains mainly: green. Hex color #517E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E72 is #AE818D. Grayscale: #6F6F6F. Windows color (decimal): -11436430 or 7503441. OLE color: 7503441.

HSL color Cylindrical-coordinate representation of color #517E72: hue angle of 164º 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 #517E72 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 126 114 -
CMYK 0.36 0 0.10 0.51
HSL 164º 0.22% 0.41% -
HSV(B) 164º 0.36% 0.49% -
XYZ 13.89 17.89 18.64 -
YUV 111.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 81 126 114 0.36 0 0.10 0.51 164 0.22 0.41
Hex 51 7E 72 24 0 A 33 A4 16 29
Octal 121 176 162 44 0 12 63 244 26 51
Binary 1010001 1111110 1110010 100100 0 1010 110011 10100100 10110 101001

Color Harmonies of #517E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517E72

Black with #517E72

Text Example


Text Example

White with #517E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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