Html Css Color HEX #517267 Dark Green Copper

📋 copy color: '#517267'

red 81 ◦ green 114 ◦ blue 103

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

Shades of Dark Green Copper #517267

Tints of Dark Green Copper #517267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.26%

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

R = 27.18%
G = 38.26%
B = 34.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#517267 (or 0x517267) is known color: Dark Green Copper. HEX triplet: 51, 72 and 67. RGB value is (81,114,103). Sum of RGB (Red+Green+Blue) = 81+114+103=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #517267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517267 is #AE8D98. Grayscale: #666666. Windows color (decimal): -11439513 or 6779473. OLE color: 6779473.

HSL color Cylindrical-coordinate representation of color #517267: hue angle of 160º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #517267 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 114 103 -
CMYK 0.29 0 0.10 0.55
HSL 160º 0.17% 0.38% -
HSV(B) 160º 0.29% 0.45% -
XYZ 11.86 14.76 15.06 -
YUV 102.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 81 114 103 0.29 0 0.10 0.55 160 0.17 0.38
Hex 51 72 67 1D 0 A 37 A0 11 26
Octal 121 162 147 35 0 12 67 240 21 46
Binary 1010001 1110010 1100111 11101 0 1010 110111 10100000 10001 100110

Color Harmonies of #517267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517267

Black with #517267

Text Example


Text Example

White with #517267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517267; }

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

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

background-color css

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

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

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

border-color css

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

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

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