Html Css Color HEX #496C63 Dark Green Copper

📋 copy color: '#496C63'

red 73 ◦ green 108 ◦ blue 99

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

Shades of Dark Green Copper #496C63

Tints of Dark Green Copper #496C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.57%

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 26.07%
G = 38.57%
B = 35.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#496C63 (or 0x496C63) is known color: Dark Green Copper. HEX triplet: 49, 6C and 63. RGB value is (73,108,99). Sum of RGB (Red+Green+Blue) = 73+108+99=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 108 - color contains mainly: green. Hex color #496C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C63 is #B6939C. Grayscale: #606060. Windows color (decimal): -11965341 or 6515785. OLE color: 6515785.

HSL color Cylindrical-coordinate representation of color #496C63: hue angle of 164.57º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496C63 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 108 99 -
CMYK 0.32 0 0.08 0.58
HSL 164.57º 0.19% 0.35% -
HSV(B) 164.57º 0.32% 0.42% -
XYZ 10.36 13.04 13.78 -
YUV 96.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 73 108 99 0.32 0 0.08 0.58 164.57 0.19 0.35
Hex 49 6C 63 20 0 8 3A A5 13 23
Octal 111 154 143 40 0 10 72 245 23 43
Binary 1001001 1101100 1100011 100000 0 1000 111010 10100101 10011 100011

Color Harmonies of #496C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C63

Black with #496C63

Text Example


Text Example

White with #496C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496C63; }

 p { color: rgb(73,108,99); }

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

background-color css

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

 a { background-color: rgb(73,108,99); }

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

border-color css

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

 span { border-color: rgb(73,108,99); }

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