#467169

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

Shades of Dark Green Copper #467169

Tints of Dark Green Copper #467169

Color information

#467169 (or 0x467169) is unknown color: approx Dark Green Copper. HEX triplet: 46, 71 and 69. RGB value is (70,113,105). Sum of RGB (Red+Green+Blue) = 70+113+105=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #467169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467169 is #B98E96. Grayscale: #636363. Windows color (decimal): -12160663 or 6910278. OLE color: 6910278.

HSL color Cylindrical-coordinate representation of color #467169: hue angle of 168.84º 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 #467169 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB70113105-
CMYK0.3800.070.56
HSL168.84º23.5%35.88%-
HSV(B)168.84º38.05%44.31%-
XYZ10.9814.1315.51-
YUV99.23131.25107.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=24.31%
G=39.24%
B=36.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701131050.3800.070.56168.8423.535.88
Hex467169260738a91724
Octal1061611514607702512744
Binary10001101110001110100110011001111110001010100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467169; }

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

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

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

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

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

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

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

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