#467366

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

Shades of Dark Green Copper #467366

Tints of Dark Green Copper #467366

Color information

#467366 (or 0x467366) is unknown color: approx Dark Green Copper. HEX triplet: 46, 73 and 66. RGB value is (70,115,102). Sum of RGB (Red+Green+Blue) = 70+115+102=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #467366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467366 is #B98C99. Grayscale: #646464. Windows color (decimal): -12160154 or 6714182. OLE color: 6714182.

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

Color convert

RGB70115102-
CMYK0.3900.110.55
HSL162.67º24.32%36.27%-
HSV(B)162.67º39.13%45.1%-
XYZ11.0514.5214.79-
YUV100.06129.09106.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=24.39%
G=40.07%
B=35.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701151020.3900.110.55162.6724.3236.27
Hex467366270B37a31824
Octal10616314647013672433044
Binary100011011100111100110100111010111101111010001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467366; }

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

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

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

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

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

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

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

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