Html Css Color HEX #518075 Dark Green Copper

📋 copy color: '#518075'

red 81 ◦ green 128 ◦ blue 117

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

Shades of Dark Green Copper #518075

Tints of Dark Green Copper #518075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 24.85%
G = 39.26%
B = 35.89%

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

#518075 (or 0x518075) is known color: Dark Green Copper. HEX triplet: 51, 80 and 75. RGB value is (81,128,117). Sum of RGB (Red+Green+Blue) = 81+128+117=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #518075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518075 is #AE7F8A. Grayscale: #707070. Windows color (decimal): -11435915 or 7700561. OLE color: 7700561.

HSL color Cylindrical-coordinate representation of color #518075: hue angle of 165.96º 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 #518075 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 128 117 -
CMYK 0.37 0 0.09 0.50
HSL 165.96º 0.22% 0.41% -
HSV(B) 165.96º 0.37% 0.5% -
XYZ 14.32 18.47 19.64 -
YUV 112.69 130.43 105.39 -
System Red Green Blue C M Y K H S L
Decimal 81 128 117 0.37 0 0.09 0.50 165.96 0.22 0.41
Hex 51 80 75 25 0 9 32 A6 16 29
Octal 121 200 165 45 0 11 62 246 26 51
Binary 1010001 10000000 1110101 100101 0 1001 110010 10100110 10110 101001

Color Harmonies of #518075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518075

Black with #518075

Text Example


Text Example

White with #518075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518075; }

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

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

background-color css

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

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

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

border-color css

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

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

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