Html Css Color HEX #496A62 Dark Green Copper

📋 copy color: '#496A62'

red 73 ◦ green 106 ◦ blue 98

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

Shades of Dark Green Copper #496A62

Tints of Dark Green Copper #496A62

RGB

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

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

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

R = 26.35%
G = 38.27%
B = 35.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#496A62 (or 0x496A62) is known color: Dark Green Copper. HEX triplet: 49, 6A and 62. RGB value is (73,106,98). Sum of RGB (Red+Green+Blue) = 73+106+98=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #496A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A62 is #B6959D. Grayscale: #5F5F5F. Windows color (decimal): -11965854 or 6449737. OLE color: 6449737.

HSL color Cylindrical-coordinate representation of color #496A62: hue angle of 165.45º 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 #496A62 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 106 98 -
CMYK 0.31 0 0.08 0.58
HSL 165.45º 0.18% 0.35% -
HSV(B) 165.45º 0.31% 0.42% -
XYZ 10.11 12.61 13.46 -
YUV 95.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 73 106 98 0.31 0 0.08 0.58 165.45 0.18 0.35
Hex 49 6A 62 1F 0 8 3A A5 12 23
Octal 111 152 142 37 0 10 72 245 22 43
Binary 1001001 1101010 1100010 11111 0 1000 111010 10100101 10010 100011

Color Harmonies of #496A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A62

Black with #496A62

Text Example


Text Example

White with #496A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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