#497667

Color #497667 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #497667

Tints of Dark Green Copper #497667

Color information

#497667 (or 0x497667) is unknown color: approx Dark Green Copper. HEX triplet: 49, 76 and 67. RGB value is (73,118,103). Sum of RGB (Red+Green+Blue) = 73+118+103=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #497667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497667 is #B68998. Grayscale: #666666. Windows color (decimal): -11962777 or 6780489. OLE color: 6780489.

HSL color Cylindrical-coordinate representation of color #497667: hue angle of 160º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497667 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB73118103-
CMYK0.3800.130.54
HSL160º23.56%37.45%-
HSV(B)160º38.14%46.27%-
XYZ11.6715.3515.18-
YUV102.84128.09106.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 103 (40.62% from 255) = 35.03%
R=24.83%
G=40.14%
B=35.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731181030.3800.130.5416023.5637.45
Hex497667260D36a01825
Octal11116614746015662403045
Binary100100111101101100111100110011011101101010000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497667; }

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

 H1.HeaderClassName
 {
   color: #497667;
 }
 .AnyTagClassName
 {
   color: #497667;
 }
</style>
background-color css

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

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

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

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

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

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