Html Css Color HEX #517467 Dark Green Copper

📋 copy color: '#517467'

red 81 ◦ green 116 ◦ blue 103

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

Shades of Dark Green Copper #517467

Tints of Dark Green Copper #517467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

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

R = 27%
G = 38.67%
B = 34.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#517467 (or 0x517467) is known color: Dark Green Copper. HEX triplet: 51, 74 and 67. RGB value is (81,116,103). Sum of RGB (Red+Green+Blue) = 81+116+103=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #517467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517467 is #AE8B98. Grayscale: #686868. Windows color (decimal): -11439001 or 6779985. OLE color: 6779985.

HSL color Cylindrical-coordinate representation of color #517467: hue angle of 157.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517467 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 116 103 -
CMYK 0.30 0 0.11 0.55
HSL 157.71º 0.18% 0.39% -
HSV(B) 157.71º 0.3% 0.45% -
XYZ 12.09 15.22 15.13 -
YUV 104.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 81 116 103 0.30 0 0.11 0.55 157.71 0.18 0.39
Hex 51 74 67 1E 0 B 37 9E 12 27
Octal 121 164 147 36 0 13 67 236 22 47
Binary 1010001 1110100 1100111 11110 0 1011 110111 10011110 10010 100111

Color Harmonies of #517467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517467

Black with #517467

Text Example


Text Example

White with #517467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517467; }

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

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

background-color css

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

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

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

border-color css

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

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

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