Html Css Color HEX #517169 Dark Green Copper

📋 copy color: '#517169'

red 81 ◦ green 113 ◦ blue 105

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

Shades of Dark Green Copper #517169

Tints of Dark Green Copper #517169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 27.09%
G = 37.79%
B = 35.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#517169 (or 0x517169) is known color: Dark Green Copper. HEX triplet: 51, 71 and 69. RGB value is (81,113,105). Sum of RGB (Red+Green+Blue) = 81+113+105=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #517169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517169 is #AE8E96. Grayscale: #666666. Windows color (decimal): -11439767 or 6910289. OLE color: 6910289.

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

Color convert

RGB 81 113 105 -
CMYK 0.28 0 0.07 0.56
HSL 165º 0.16% 0.38% -
HSV(B) 165º 0.28% 0.44% -
XYZ 11.85 14.58 15.55 -
YUV 102.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 81 113 105 0.28 0 0.07 0.56 165 0.16 0.38
Hex 51 71 69 1C 0 7 38 A5 10 26
Octal 121 161 151 34 0 7 70 245 20 46
Binary 1010001 1110001 1101001 11100 0 111 111000 10100101 10000 100110

Color Harmonies of #517169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517169

Black with #517169

Text Example


Text Example

White with #517169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517169; }

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

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

background-color css

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

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

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

border-color css

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

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

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