#497267

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

Shades of Dark Green Copper #497267

Tints of Dark Green Copper #497267

Color information

#497267 (or 0x497267) is unknown color: approx Dark Green Copper. HEX triplet: 49, 72 and 67. RGB value is (73,114,103). Sum of RGB (Red+Green+Blue) = 73+114+103=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #497267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497267 is #B68D98. Grayscale: #646464. Windows color (decimal): -11963801 or 6779465. OLE color: 6779465.

HSL color Cylindrical-coordinate representation of color #497267: hue angle of 163.9º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #497267 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB73114103-
CMYK0.3600.100.55
HSL163.9º21.93%36.67%-
HSV(B)163.9º35.96%44.71%-
XYZ11.2114.4315.03-
YUV100.49129.42108.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=25.17%
G=39.31%
B=35.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731141030.3600.100.55163.921.9336.67
Hex497267240A37a41625
Octal11116214744012672442645
Binary100100111100101100111100100010101101111010010010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497267; }

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

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

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

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

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

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

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

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