Html Css Color HEX #518074 Dark Green Copper

📋 copy color: '#518074'

red 81 ◦ green 128 ◦ blue 116

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

Shades of Dark Green Copper #518074

Tints of Dark Green Copper #518074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.38%

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 24.92%
G = 39.38%
B = 35.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#518074 (or 0x518074) is known color: Dark Green Copper. HEX triplet: 51, 80 and 74. RGB value is (81,128,116). Sum of RGB (Red+Green+Blue) = 81+128+116=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #518074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518074 is #AE7F8B. Grayscale: #707070. Windows color (decimal): -11435916 or 7635025. OLE color: 7635025.

HSL color Cylindrical-coordinate representation of color #518074: hue angle of 164.68º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518074 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 128 116 -
CMYK 0.37 0 0.09 0.50
HSL 164.68º 0.22% 0.41% -
HSV(B) 164.68º 0.37% 0.5% -
XYZ 14.26 18.45 19.33 -
YUV 112.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 81 128 116 0.37 0 0.09 0.50 164.68 0.22 0.41
Hex 51 80 74 25 0 9 32 A5 16 29
Octal 121 200 164 45 0 11 62 245 26 51
Binary 1010001 10000000 1110100 100101 0 1001 110010 10100101 10110 101001

Color Harmonies of #518074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518074

Black with #518074

Text Example


Text Example

White with #518074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518074; }

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

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

background-color css

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

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

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

border-color css

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

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

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