#467569

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

Shades of Dark Green Copper #467569

Tints of Dark Green Copper #467569

Color information

#467569 (or 0x467569) is unknown color: approx Dark Green Copper. HEX triplet: 46, 75 and 69. RGB value is (70,117,105). Sum of RGB (Red+Green+Blue) = 70+117+105=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #467569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467569 is #B98A96. Grayscale: #656565. Windows color (decimal): -12159639 or 6911302. OLE color: 6911302.

HSL color Cylindrical-coordinate representation of color #467569: hue angle of 164.68º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467569 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB70117105-
CMYK0.4000.100.54
HSL164.68º25.13%36.67%-
HSV(B)164.68º40.17%45.88%-
XYZ11.4415.0415.67-
YUV101.58129.93105.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=23.97%
G=40.07%
B=35.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701171050.4000.100.54164.6825.1336.67
Hex467569280A36a51925
Octal10616515150012662453145
Binary100011011101011101001101000010101101101010010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467569; }

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

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

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

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

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

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

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

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