Html Css Color HEX #496662 Dark Green Copper

📋 copy color: '#496662'

red 73 ◦ green 102 ◦ blue 98

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

Shades of Dark Green Copper #496662

Tints of Dark Green Copper #496662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.36%

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

R = 26.74%
G = 37.36%
B = 35.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#496662 (or 0x496662) is known color: Dark Green Copper. HEX triplet: 49, 66 and 62. RGB value is (73,102,98). Sum of RGB (Red+Green+Blue) = 73+102+98=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #496662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496662 is #B6999D. Grayscale: #5C5C5C. Windows color (decimal): -11966878 or 6448713. OLE color: 6448713.

HSL color Cylindrical-coordinate representation of color #496662: hue angle of 171.72º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496662 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 98 -
CMYK 0.28 0 0.04 0.6
HSL 171.72º 0.17% 0.34% -
HSV(B) 171.72º 0.28% 0.4% -
XYZ 9.7 11.8 13.32 -
YUV 92.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 73 102 98 0.28 0 0.04 0.6 171.72 0.17 0.34
Hex 49 66 62 1C 0 4 3C AC 11 22
Octal 111 146 142 34 0 4 74 254 21 42
Binary 1001001 1100110 1100010 11100 0 100 111100 10101100 10001 100010

Color Harmonies of #496662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496662

Black with #496662

Text Example


Text Example

White with #496662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496662; }

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

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

background-color css

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

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

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

border-color css

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

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

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