#467369

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

Shades of Dark Green Copper #467369

Tints of Dark Green Copper #467369

Color information

#467369 (or 0x467369) is unknown color: approx Dark Green Copper. HEX triplet: 46, 73 and 69. RGB value is (70,115,105). Sum of RGB (Red+Green+Blue) = 70+115+105=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #467369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467369 is #B98C96. Grayscale: #646464. Windows color (decimal): -12160151 or 6910790. OLE color: 6910790.

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

Color convert

RGB70115105-
CMYK0.3900.090.55
HSL166.67º24.32%36.27%-
HSV(B)166.67º39.13%45.1%-
XYZ11.2114.5815.59-
YUV100.4130.59106.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=24.14%
G=39.66%
B=36.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701151050.3900.090.55166.6724.3236.27
Hex467369270937a71824
Octal10616315147011672473044
Binary100011011100111101001100111010011101111010011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467369; }

 p { color: rgb(70,115,105); }

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

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

 a { background-color: rgb(70,115,105); }

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

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

 span { border-color: rgb(70,115,105); }

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