#497367

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

Shades of Dark Green Copper #497367

Tints of Dark Green Copper #497367

Color information

#497367 (or 0x497367) is unknown color: approx Dark Green Copper. HEX triplet: 49, 73 and 67. RGB value is (73,115,103). Sum of RGB (Red+Green+Blue) = 73+115+103=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #497367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497367 is #B68C98. Grayscale: #656565. Windows color (decimal): -11963545 or 6779721. OLE color: 6779721.

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

Color convert

RGB73115103-
CMYK0.3700.100.55
HSL162.86º22.34%36.86%-
HSV(B)162.86º36.52%45.1%-
XYZ11.3314.6615.06-
YUV101.07129.09107.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=25.09%
G=39.52%
B=35.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731151030.3700.100.55162.8622.3436.86
Hex497367250A37a31625
Octal11116314745012672432645
Binary100100111100111100111100101010101101111010001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497367; }

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

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

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

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

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

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

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

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