#467363

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

Shades of Dark Green Copper #467363

Tints of Dark Green Copper #467363

Color information

#467363 (or 0x467363) is unknown color: approx Dark Green Copper. HEX triplet: 46, 73 and 63. RGB value is (70,115,99). Sum of RGB (Red+Green+Blue) = 70+115+99=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #467363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467363 is #B98C9C. Grayscale: #636363. Windows color (decimal): -12160157 or 6517574. OLE color: 6517574.

HSL color Cylindrical-coordinate representation of color #467363: hue angle of 158.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 #467363 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB7011599-
CMYK0.3900.140.55
HSL158.67º24.32%36.27%-
HSV(B)158.67º39.13%45.1%-
XYZ10.9114.4614.02-
YUV99.72127.59106.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=24.65%
G=40.49%
B=34.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70115990.3900.140.55158.6724.3236.27
Hex467363270E379f1824
Octal10616314347016672373044
Binary100011011100111100011100111011101101111001111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467363; }

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

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

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

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

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

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

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

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