Html Css Color HEX #517870 Dark Green Copper

📋 copy color: '#517870'

red 81 ◦ green 120 ◦ blue 112

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

Shades of Dark Green Copper #517870

Tints of Dark Green Copper #517870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.34%

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 25.88%
G = 38.34%
B = 35.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#517870 (or 0x517870) is known color: Dark Green Copper. HEX triplet: 51, 78 and 70. RGB value is (81,120,112). Sum of RGB (Red+Green+Blue) = 81+120+112=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #517870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517870 is #AE878F. Grayscale: #6B6B6B. Windows color (decimal): -11437968 or 7370833. OLE color: 7370833.

HSL color Cylindrical-coordinate representation of color #517870: hue angle of 167.69º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #517870 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 120 112 -
CMYK 0.32 0 0.07 0.53
HSL 167.69º 0.19% 0.39% -
HSV(B) 167.69º 0.33% 0.47% -
XYZ 13.03 16.35 17.8 -
YUV 107.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 81 120 112 0.32 0 0.07 0.53 167.69 0.19 0.39
Hex 51 78 70 20 0 7 35 A8 13 27
Octal 121 170 160 40 0 7 65 250 23 47
Binary 1010001 1111000 1110000 100000 0 111 110101 10101000 10011 100111

Color Harmonies of #517870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517870

Black with #517870

Text Example


Text Example

White with #517870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517870; }

 p { color: rgb(81,120,112); }

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

background-color css

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

 a { background-color: rgb(81,120,112); }

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

border-color css

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

 span { border-color: rgb(81,120,112); }

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