Html Css Color HEX #507466 Dark Green Copper

📋 copy color: '#507466'

red 80 ◦ green 116 ◦ blue 102

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

Shades of Dark Green Copper #507466

Tints of Dark Green Copper #507466

RGB

 RED value IS 80 (31.64% from 255) = 26.85%

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

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 26.85%
G = 38.93%
B = 34.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#507466 (or 0x507466) is known color: Dark Green Copper. HEX triplet: 50, 74 and 66. RGB value is (80,116,102). Sum of RGB (Red+Green+Blue) = 80+116+102=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #507466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507466 is #AF8B99. Grayscale: #676767. Windows color (decimal): -11504538 or 6714448. OLE color: 6714448.

HSL color Cylindrical-coordinate representation of color #507466: hue angle of 156.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #507466 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 102 -
CMYK 0.31 0 0.12 0.55
HSL 156.67º 0.18% 0.38% -
HSV(B) 156.67º 0.31% 0.45% -
XYZ 11.95 15.16 14.87 -
YUV 103.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 80 116 102 0.31 0 0.12 0.55 156.67 0.18 0.38
Hex 50 74 66 1F 0 C 37 9D 12 26
Octal 120 164 146 37 0 14 67 235 22 46
Binary 1010000 1110100 1100110 11111 0 1100 110111 10011101 10010 100110

Color Harmonies of #507466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507466

Black with #507466

Text Example


Text Example

White with #507466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507466; }

 p { color: rgb(80,116,102); }

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

background-color css

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

 a { background-color: rgb(80,116,102); }

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

border-color css

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

 span { border-color: rgb(80,116,102); }

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