Html Css Color HEX #496962 Dark Green Copper

📋 copy color: '#496962'

red 73 ◦ green 105 ◦ blue 98

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

Shades of Dark Green Copper #496962

Tints of Dark Green Copper #496962

RGB

 RED value IS 73 (28.91% from 255) = 26.45%

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

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

R = 26.45%
G = 38.04%
B = 35.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#496962 (or 0x496962) is known color: Dark Green Copper. HEX triplet: 49, 69 and 62. RGB value is (73,105,98). Sum of RGB (Red+Green+Blue) = 73+105+98=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #496962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496962 is #B6969D. Grayscale: #5E5E5E. Windows color (decimal): -11966110 or 6449481. OLE color: 6449481.

HSL color Cylindrical-coordinate representation of color #496962: hue angle of 166.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496962 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 98 -
CMYK 0.30 0 0.07 0.59
HSL 166.88º 0.18% 0.35% -
HSV(B) 166.88º 0.3% 0.41% -
XYZ 10 12.4 13.42 -
YUV 94.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 73 105 98 0.30 0 0.07 0.59 166.88 0.18 0.35
Hex 49 69 62 1E 0 7 3B A7 12 23
Octal 111 151 142 36 0 7 73 247 22 43
Binary 1001001 1101001 1100010 11110 0 111 111011 10100111 10010 100011

Color Harmonies of #496962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496962

Black with #496962

Text Example


Text Example

White with #496962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496962; }

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

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

background-color css

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

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

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

border-color css

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

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

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