Html Css Color HEX #517167 Dark Green Copper

📋 copy color: '#517167'

red 81 ◦ green 113 ◦ blue 103

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

Shades of Dark Green Copper #517167

Tints of Dark Green Copper #517167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 27.27%
G = 38.05%
B = 34.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#517167 (or 0x517167) is known color: Dark Green Copper. HEX triplet: 51, 71 and 67. RGB value is (81,113,103). Sum of RGB (Red+Green+Blue) = 81+113+103=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #517167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517167 is #AE8E98. Grayscale: #666666. Windows color (decimal): -11439769 or 6779217. OLE color: 6779217.

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

Color convert

RGB 81 113 103 -
CMYK 0.28 0 0.09 0.56
HSL 161.25º 0.16% 0.38% -
HSV(B) 161.25º 0.28% 0.44% -
XYZ 11.75 14.54 15.02 -
YUV 102.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 81 113 103 0.28 0 0.09 0.56 161.25 0.16 0.38
Hex 51 71 67 1C 0 9 38 A1 10 26
Octal 121 161 147 34 0 11 70 241 20 46
Binary 1010001 1110001 1100111 11100 0 1001 111000 10100001 10000 100110

Color Harmonies of #517167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517167

Black with #517167

Text Example


Text Example

White with #517167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517167; }

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

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

background-color css

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

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

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

border-color css

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

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

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