Html Css Color HEX #497364 Dark Green Copper

📋 copy color: '#497364'

red 73 ◦ green 115 ◦ blue 100

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

Shades of Dark Green Copper #497364

Tints of Dark Green Copper #497364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.93%

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

R = 25.35%
G = 39.93%
B = 34.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#497364 (or 0x497364) is known color: Dark Green Copper. HEX triplet: 49, 73 and 64. RGB value is (73,115,100). Sum of RGB (Red+Green+Blue) = 73+115+100=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #497364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497364 is #B68C9B. Grayscale: #646464. Windows color (decimal): -11963548 or 6583113. OLE color: 6583113.

HSL color Cylindrical-coordinate representation of color #497364: hue angle of 158.57º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497364 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 100 -
CMYK 0.37 0 0.13 0.55
HSL 158.57º 0.22% 0.37% -
HSV(B) 158.57º 0.37% 0.45% -
XYZ 11.18 14.6 14.29 -
YUV 100.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 73 115 100 0.37 0 0.13 0.55 158.57 0.22 0.37
Hex 49 73 64 25 0 D 37 9F 16 25
Octal 111 163 144 45 0 15 67 237 26 45
Binary 1001001 1110011 1100100 100101 0 1101 110111 10011111 10110 100101

Color Harmonies of #497364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497364

Black with #497364

Text Example


Text Example

White with #497364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497364; }

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

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

background-color css

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

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

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

border-color css

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

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

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