Html Css Color HEX #497165 Dark Green Copper

📋 copy color: '#497165'

red 73 ◦ green 113 ◦ blue 101

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

Shades of Dark Green Copper #497165

Tints of Dark Green Copper #497165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.37%

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

R = 25.44%
G = 39.37%
B = 35.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#497165 (or 0x497165) is known color: Dark Green Copper. HEX triplet: 49, 71 and 65. RGB value is (73,113,101). Sum of RGB (Red+Green+Blue) = 73+113+101=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #497165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497165 is #B68E9A. Grayscale: #636363. Windows color (decimal): -11964059 or 6648137. OLE color: 6648137.

HSL color Cylindrical-coordinate representation of color #497165: hue angle of 162º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497165 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 101 -
CMYK 0.35 0 0.11 0.56
HSL 162º 0.22% 0.36% -
HSV(B) 162º 0.35% 0.44% -
XYZ 11 14.17 14.47 -
YUV 99.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 73 113 101 0.35 0 0.11 0.56 162 0.22 0.36
Hex 49 71 65 23 0 B 38 A2 16 24
Octal 111 161 145 43 0 13 70 242 26 44
Binary 1001001 1110001 1100101 100011 0 1011 111000 10100010 10110 100100

Color Harmonies of #497165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497165

Black with #497165

Text Example


Text Example

White with #497165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497165; }

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

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

background-color css

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

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

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

border-color css

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

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

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