Html Css Color HEX #517168 Dark Green Copper

📋 copy color: '#517168'

red 81 ◦ green 113 ◦ blue 104

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

Shades of Dark Green Copper #517168

Tints of Dark Green Copper #517168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 27.18%
G = 37.92%
B = 34.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#517168 (or 0x517168) is known color: Dark Green Copper. HEX triplet: 51, 71 and 68. RGB value is (81,113,104). Sum of RGB (Red+Green+Blue) = 81+113+104=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #517168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517168 is #AE8E97. Grayscale: #666666. Windows color (decimal): -11439768 or 6844753. OLE color: 6844753.

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

Color convert

RGB 81 113 104 -
CMYK 0.28 0 0.08 0.56
HSL 163.13º 0.16% 0.38% -
HSV(B) 163.13º 0.28% 0.44% -
XYZ 11.8 14.56 15.29 -
YUV 102.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 81 113 104 0.28 0 0.08 0.56 163.13 0.16 0.38
Hex 51 71 68 1C 0 8 38 A3 10 26
Octal 121 161 150 34 0 10 70 243 20 46
Binary 1010001 1110001 1101000 11100 0 1000 111000 10100011 10000 100110

Color Harmonies of #517168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517168

Black with #517168

Text Example


Text Example

White with #517168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517168; }

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

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

background-color css

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

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

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

border-color css

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

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

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