Html Css Color HEX #496864 Dark Green Copper

📋 copy color: '#496864'

red 73 ◦ green 104 ◦ blue 100

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

Shades of Dark Green Copper #496864

Tints of Dark Green Copper #496864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.55%

 BLUE value IS 100 (39.45% from 255) = 36.1%

R = 26.35%
G = 37.55%
B = 36.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#496864 (or 0x496864) is known color: Dark Green Copper. HEX triplet: 49, 68 and 64. RGB value is (73,104,100). Sum of RGB (Red+Green+Blue) = 73+104+100=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #496864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496864 is #B6979B. Grayscale: #5E5E5E. Windows color (decimal): -11966364 or 6580297. OLE color: 6580297.

HSL color Cylindrical-coordinate representation of color #496864: hue angle of 172.26º 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 #496864 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 100 -
CMYK 0.30 0 0.04 0.59
HSL 172.26º 0.18% 0.35% -
HSV(B) 172.26º 0.3% 0.41% -
XYZ 10 12.24 13.89 -
YUV 94.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 73 104 100 0.30 0 0.04 0.59 172.26 0.18 0.35
Hex 49 68 64 1E 0 4 3B AC 12 23
Octal 111 150 144 36 0 4 73 254 22 43
Binary 1001001 1101000 1100100 11110 0 100 111011 10101100 10010 100011

Color Harmonies of #496864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496864

Black with #496864

Text Example


Text Example

White with #496864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496864; }

 p { color: rgb(73,104,100); }

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

background-color css

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

 a { background-color: rgb(73,104,100); }

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

border-color css

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

 span { border-color: rgb(73,104,100); }

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