#467370

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

Shades of Dark Green Copper #467370

Tints of Dark Green Copper #467370

Color information

#467370 (or 0x467370) is unknown color: approx Dark Green Copper. HEX triplet: 46, 73 and 70. RGB value is (70,115,112). Sum of RGB (Red+Green+Blue) = 70+115+112=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #467370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467370 is #B98C8F. Grayscale: #656565. Windows color (decimal): -12160144 or 7369542. OLE color: 7369542.

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

Color convert

RGB70115112-
CMYK0.3900.030.55
HSL176º24.32%36.27%-
HSV(B)176º39.13%45.1%-
XYZ11.5814.7317.56-
YUV101.2134.09105.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=23.57%
G=38.72%
B=37.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701151120.3900.030.5517624.3236.27
Hex467370270337b01824
Octal1061631604703672603044
Binary1000110111001111100001001110111101111011000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467370; }

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

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

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

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

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

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

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

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