#467365

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

Shades of Dark Green Copper #467365

Tints of Dark Green Copper #467365

Color information

#467365 (or 0x467365) is unknown color: approx Dark Green Copper. HEX triplet: 46, 73 and 65. RGB value is (70,115,101). Sum of RGB (Red+Green+Blue) = 70+115+101=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #467365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467365 is #B98C9A. Grayscale: #636363. Windows color (decimal): -12160155 or 6648646. OLE color: 6648646.

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

Color convert

RGB70115101-
CMYK0.3900.120.55
HSL161.33º24.32%36.27%-
HSV(B)161.33º39.13%45.1%-
XYZ11.0114.514.53-
YUV99.95128.59106.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=24.48%
G=40.21%
B=35.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701151010.3900.120.55161.3324.3236.27
Hex467365270C37a11824
Octal10616314547014672413044
Binary100011011100111100101100111011001101111010000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467365; }

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

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

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

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

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

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

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

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