Html Css Color HEX #497067 Dark Green Copper

📋 copy color: '#497067'

red 73 ◦ green 112 ◦ blue 103

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

Shades of Dark Green Copper #497067

Tints of Dark Green Copper #497067

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

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

R = 25.35%
G = 38.89%
B = 35.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#497067 (or 0x497067) is known color: Dark Green Copper. HEX triplet: 49, 70 and 67. RGB value is (73,112,103). Sum of RGB (Red+Green+Blue) = 73+112+103=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #497067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497067 is #B68F98. Grayscale: #636363. Windows color (decimal): -11964313 or 6778953. OLE color: 6778953.

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

Color convert

RGB 73 112 103 -
CMYK 0.35 0 0.08 0.56
HSL 166.15º 0.21% 0.36% -
HSV(B) 166.15º 0.35% 0.44% -
XYZ 10.99 13.98 14.95 -
YUV 99.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 73 112 103 0.35 0 0.08 0.56 166.15 0.21 0.36
Hex 49 70 67 23 0 8 38 A6 15 24
Octal 111 160 147 43 0 10 70 246 25 44
Binary 1001001 1110000 1100111 100011 0 1000 111000 10100110 10101 100100

Color Harmonies of #497067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497067

Black with #497067

Text Example


Text Example

White with #497067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497067; }

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

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

background-color css

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

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

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

border-color css

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

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

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