Html Css Color HEX #517064 Dark Green Copper

📋 copy color: '#517064'

red 81 ◦ green 112 ◦ blue 100

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

Shades of Dark Green Copper #517064

Tints of Dark Green Copper #517064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 27.65%
G = 38.23%
B = 34.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#517064 (or 0x517064) is known color: Dark Green Copper. HEX triplet: 51, 70 and 64. RGB value is (81,112,100). Sum of RGB (Red+Green+Blue) = 81+112+100=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #517064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517064 is #AE8F9B. Grayscale: #656565. Windows color (decimal): -11440028 or 6582353. OLE color: 6582353.

HSL color Cylindrical-coordinate representation of color #517064: hue angle of 156.77º 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 #517064 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 112 100 -
CMYK 0.28 0 0.11 0.56
HSL 156.77º 0.16% 0.38% -
HSV(B) 156.77º 0.28% 0.44% -
XYZ 11.49 14.26 14.2 -
YUV 101.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 81 112 100 0.28 0 0.11 0.56 156.77 0.16 0.38
Hex 51 70 64 1C 0 B 38 9D 10 26
Octal 121 160 144 34 0 13 70 235 20 46
Binary 1010001 1110000 1100100 11100 0 1011 111000 10011101 10000 100110

Color Harmonies of #517064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517064

Black with #517064

Text Example


Text Example

White with #517064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517064; }

 p { color: rgb(81,112,100); }

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

background-color css

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

 a { background-color: rgb(81,112,100); }

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

border-color css

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

 span { border-color: rgb(81,112,100); }

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