Html Css Color HEX #496A65 Dark Green Copper

📋 copy color: '#496A65'

red 73 ◦ green 106 ◦ blue 101

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

Shades of Dark Green Copper #496A65

Tints of Dark Green Copper #496A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.86%

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

R = 26.07%
G = 37.86%
B = 36.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#496A65 (or 0x496A65) is known color: Dark Green Copper. HEX triplet: 49, 6A and 65. RGB value is (73,106,101). Sum of RGB (Red+Green+Blue) = 73+106+101=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 106 - color contains mainly: green. Hex color #496A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A65 is #B6959A. Grayscale: #5F5F5F. Windows color (decimal): -11965851 or 6646345. OLE color: 6646345.

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

Color convert

RGB 73 106 101 -
CMYK 0.31 0 0.05 0.58
HSL 170.91º 0.18% 0.35% -
HSV(B) 170.91º 0.31% 0.42% -
XYZ 10.25 12.66 14.22 -
YUV 95.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 73 106 101 0.31 0 0.05 0.58 170.91 0.18 0.35
Hex 49 6A 65 1F 0 5 3A AB 12 23
Octal 111 152 145 37 0 5 72 253 22 43
Binary 1001001 1101010 1100101 11111 0 101 111010 10101011 10010 100011

Color Harmonies of #496A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A65

Black with #496A65

Text Example


Text Example

White with #496A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,106,101); }

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

background-color css

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

 a { background-color: rgb(73,106,101); }

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

border-color css

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

 span { border-color: rgb(73,106,101); }

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