#467167

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

Shades of Dark Green Copper #467167

Tints of Dark Green Copper #467167

Color information

#467167 (or 0x467167) is unknown color: approx Dark Green Copper. HEX triplet: 46, 71 and 67. RGB value is (70,113,103). Sum of RGB (Red+Green+Blue) = 70+113+103=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #467167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467167 is #B98E98. Grayscale: #636363. Windows color (decimal): -12160665 or 6779206. OLE color: 6779206.

HSL color Cylindrical-coordinate representation of color #467167: hue angle of 166.05º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467167 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB70113103-
CMYK0.3800.090.56
HSL166.05º23.5%35.88%-
HSV(B)166.05º38.05%44.31%-
XYZ10.8814.0914.98-
YUV99130.25107.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 113 (44.53% from 255) = 39.51%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=24.48%
G=39.51%
B=36.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701131030.3800.090.56166.0523.535.88
Hex467167260938a61724
Octal10616114746011702462744
Binary100011011100011100111100110010011110001010011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467167; }

 p { color: rgb(70,113,103); }

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

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

 a { background-color: rgb(70,113,103); }

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

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

 span { border-color: rgb(70,113,103); }

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