#497368

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

Shades of Dark Green Copper #497368

Tints of Dark Green Copper #497368

Color information

#497368 (or 0x497368) is unknown color: approx Dark Green Copper. HEX triplet: 49, 73 and 68. RGB value is (73,115,104). Sum of RGB (Red+Green+Blue) = 73+115+104=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #497368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497368 is #B68C97. Grayscale: #656565. Windows color (decimal): -11963544 or 6845257. OLE color: 6845257.

HSL color Cylindrical-coordinate representation of color #497368: hue angle of 164.29º 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 #497368 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB73115104-
CMYK0.3700.100.55
HSL164.29º22.34%36.86%-
HSV(B)164.29º36.52%45.1%-
XYZ11.3814.6815.33-
YUV101.19129.59107.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=25%
G=39.38%
B=35.62%

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
Decimal731151040.3700.100.55164.2922.3436.86
Hex497368250A37a41625
Octal11116315045012672442645
Binary100100111100111101000100101010101101111010010010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497368; }

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

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

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

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

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

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

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

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