#496B67

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

Shades of Dark Green Copper #496B67

Tints of Dark Green Copper #496B67

Color information

#496B67 (or 0x496B67) is unknown color: approx Dark Green Copper. HEX triplet: 49, 6B and 67. RGB value is (73,107,103). Sum of RGB (Red+Green+Blue) = 73+107+103=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #496B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B67 is #B69498. Grayscale: #606060. Windows color (decimal): -11965593 or 6777673. OLE color: 6777673.

HSL color Cylindrical-coordinate representation of color #496B67: hue angle of 172.94º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496B67 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB73107103-
CMYK0.3200.040.58
HSL172.94º18.89%35.29%-
HSV(B)172.94º31.78%41.96%-
XYZ10.4512.9114.77-
YUV96.38131.74111.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 103 (40.62% from 255) = 36.40%
R=25.80%
G=37.81%
B=36.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal731071030.3200.040.58172.9418.8935.29
Hex496B6720043Aad1323
Octal1111531474004722552343
Binary10010011101011110011110000001001110101010110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496B67; }

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

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

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

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

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

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

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

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