Html Css Color HEX #517468 Dark Green Copper

📋 copy color: '#517468'

red 81 ◦ green 116 ◦ blue 104

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

Shades of Dark Green Copper #517468

Tints of Dark Green Copper #517468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 26.91%
G = 38.54%
B = 34.55%

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

#517468 (or 0x517468) is known color: Dark Green Copper. HEX triplet: 51, 74 and 68. RGB value is (81,116,104). Sum of RGB (Red+Green+Blue) = 81+116+104=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #517468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517468 is #AE8B97. Grayscale: #686868. Windows color (decimal): -11439000 or 6845521. OLE color: 6845521.

HSL color Cylindrical-coordinate representation of color #517468: hue angle of 159.43º 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 #517468 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 116 104 -
CMYK 0.30 0 0.10 0.55
HSL 159.43º 0.18% 0.39% -
HSV(B) 159.43º 0.3% 0.45% -
XYZ 12.14 15.24 15.4 -
YUV 104.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 81 116 104 0.30 0 0.10 0.55 159.43 0.18 0.39
Hex 51 74 68 1E 0 A 37 9F 12 27
Octal 121 164 150 36 0 12 67 237 22 47
Binary 1010001 1110100 1101000 11110 0 1010 110111 10011111 10010 100111

Color Harmonies of #517468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517468

Black with #517468

Text Example


Text Example

White with #517468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517468; }

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

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

background-color css

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

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

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

border-color css

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

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

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