Html Css Color HEX #497167 Dark Green Copper

📋 copy color: '#497167'

red 73 ◦ green 113 ◦ blue 103

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

Shades of Dark Green Copper #497167

Tints of Dark Green Copper #497167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 25.26%
G = 39.1%
B = 35.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#497167 (or 0x497167) is known color: Dark Green Copper. HEX triplet: 49, 71 and 67. RGB value is (73,113,103). Sum of RGB (Red+Green+Blue) = 73+113+103=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #497167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497167 is #B68E98. Grayscale: #636363. Windows color (decimal): -11964057 or 6779209. OLE color: 6779209.

HSL color Cylindrical-coordinate representation of color #497167: hue angle of 165º 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 #497167 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 103 -
CMYK 0.35 0 0.09 0.56
HSL 165º 0.22% 0.36% -
HSV(B) 165º 0.35% 0.44% -
XYZ 11.1 14.21 14.99 -
YUV 99.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 73 113 103 0.35 0 0.09 0.56 165 0.22 0.36
Hex 49 71 67 23 0 9 38 A5 16 24
Octal 111 161 147 43 0 11 70 245 26 44
Binary 1001001 1110001 1100111 100011 0 1001 111000 10100101 10110 100100

Color Harmonies of #497167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497167

Black with #497167

Text Example


Text Example

White with #497167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497167; }

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

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

background-color css

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

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

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

border-color css

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

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

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