Html Css Color HEX #506962 Dark Green Copper

📋 copy color: '#506962'

red 80 ◦ green 105 ◦ blue 98

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

Shades of Dark Green Copper #506962

Tints of Dark Green Copper #506962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.1%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 28.27%
G = 37.1%
B = 34.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#506962 (or 0x506962) is known color: Dark Green Copper. HEX triplet: 50, 69 and 62. RGB value is (80,105,98). Sum of RGB (Red+Green+Blue) = 80+105+98=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #506962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506962 is #AF969D. Grayscale: #606060. Windows color (decimal): -11507358 or 6449488. OLE color: 6449488.

HSL color Cylindrical-coordinate representation of color #506962: hue angle of 163.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506962 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 98 -
CMYK 0.24 0 0.07 0.59
HSL 163.2º 0.14% 0.36% -
HSV(B) 163.2º 0.24% 0.41% -
XYZ 10.56 12.69 13.45 -
YUV 96.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 80 105 98 0.24 0 0.07 0.59 163.2 0.14 0.36
Hex 50 69 62 18 0 7 3B A3 E 24
Octal 120 151 142 30 0 7 73 243 16 44
Binary 1010000 1101001 1100010 11000 0 111 111011 10100011 1110 100100

Color Harmonies of #506962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506962

Black with #506962

Text Example


Text Example

White with #506962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506962; }

 p { color: rgb(80,105,98); }

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

background-color css

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

 a { background-color: rgb(80,105,98); }

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

border-color css

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

 span { border-color: rgb(80,105,98); }

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