Html Css Color HEX #497365 Dark Green Copper

📋 copy color: '#497365'

red 73 ◦ green 115 ◦ blue 101

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

Shades of Dark Green Copper #497365

Tints of Dark Green Copper #497365

RGB

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

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

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

R = 25.26%
G = 39.79%
B = 34.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#497365 (or 0x497365) is known color: Dark Green Copper. HEX triplet: 49, 73 and 65. RGB value is (73,115,101). Sum of RGB (Red+Green+Blue) = 73+115+101=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #497365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497365 is #B68C9A. Grayscale: #646464. Windows color (decimal): -11963547 or 6648649. OLE color: 6648649.

HSL color Cylindrical-coordinate representation of color #497365: hue angle of 160º 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 #497365 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 101 -
CMYK 0.37 0 0.12 0.55
HSL 160º 0.22% 0.37% -
HSV(B) 160º 0.37% 0.45% -
XYZ 11.23 14.62 14.54 -
YUV 100.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 73 115 101 0.37 0 0.12 0.55 160 0.22 0.37
Hex 49 73 65 25 0 C 37 A0 16 25
Octal 111 163 145 45 0 14 67 240 26 45
Binary 1001001 1110011 1100101 100101 0 1100 110111 10100000 10110 100101

Color Harmonies of #497365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497365

Black with #497365

Text Example


Text Example

White with #497365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497365; }

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

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

background-color css

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

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

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

border-color css

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

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

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