Html Css Color HEX #517367 Dark Green Copper

📋 copy color: '#517367'

red 81 ◦ green 115 ◦ blue 103

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

Shades of Dark Green Copper #517367

Tints of Dark Green Copper #517367

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

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

R = 27.09%
G = 38.46%
B = 34.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#517367 (or 0x517367) is known color: Dark Green Copper. HEX triplet: 51, 73 and 67. RGB value is (81,115,103). Sum of RGB (Red+Green+Blue) = 81+115+103=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #517367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517367 is #AE8C98. Grayscale: #676767. Windows color (decimal): -11439257 or 6779729. OLE color: 6779729.

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

Color convert

RGB 81 115 103 -
CMYK 0.30 0 0.10 0.55
HSL 158.82º 0.17% 0.38% -
HSV(B) 158.82º 0.3% 0.45% -
XYZ 11.97 14.99 15.09 -
YUV 103.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 81 115 103 0.30 0 0.10 0.55 158.82 0.17 0.38
Hex 51 73 67 1E 0 A 37 9F 11 26
Octal 121 163 147 36 0 12 67 237 21 46
Binary 1010001 1110011 1100111 11110 0 1010 110111 10011111 10001 100110

Color Harmonies of #517367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517367

Black with #517367

Text Example


Text Example

White with #517367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517367; }

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

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

background-color css

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

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

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

border-color css

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

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

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