Html Css Color HEX #506D65 Dark Green Copper

📋 copy color: '#506D65'

red 80 ◦ green 109 ◦ blue 101

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

Shades of Dark Green Copper #506D65

Tints of Dark Green Copper #506D65

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.59%

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 27.59%
G = 37.59%
B = 34.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#506D65 (or 0x506D65) is known color: Dark Green Copper. HEX triplet: 50, 6D and 65. RGB value is (80,109,101). Sum of RGB (Red+Green+Blue) = 80+109+101=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 109 - color contains mainly: green. Hex color #506D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D65 is #AF929A. Grayscale: #636363. Windows color (decimal): -11506331 or 6647120. OLE color: 6647120.

HSL color Cylindrical-coordinate representation of color #506D65: hue angle of 163.45º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D65 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 101 -
CMYK 0.27 0 0.07 0.57
HSL 163.45º 0.15% 0.37% -
HSV(B) 163.45º 0.27% 0.43% -
XYZ 11.13 13.58 14.35 -
YUV 99.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 80 109 101 0.27 0 0.07 0.57 163.45 0.15 0.37
Hex 50 6D 65 1B 0 7 39 A3 F 25
Octal 120 155 145 33 0 7 71 243 17 45
Binary 1010000 1101101 1100101 11011 0 111 111001 10100011 1111 100101

Color Harmonies of #506D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D65

Black with #506D65

Text Example


Text Example

White with #506D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506D65; }

 p { color: rgb(80,109,101); }

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

background-color css

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

 a { background-color: rgb(80,109,101); }

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

border-color css

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

 span { border-color: rgb(80,109,101); }

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