#467568

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

Shades of Dark Green Copper #467568

Tints of Dark Green Copper #467568

Color information

#467568 (or 0x467568) is unknown color: approx Dark Green Copper. HEX triplet: 46, 75 and 68. RGB value is (70,117,104). Sum of RGB (Red+Green+Blue) = 70+117+104=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #467568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467568 is #B98A97. Grayscale: #656565. Windows color (decimal): -12159640 or 6845766. OLE color: 6845766.

HSL color Cylindrical-coordinate representation of color #467568: hue angle of 163.4º 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 #467568 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB70117104-
CMYK0.4000.110.54
HSL163.4º25.13%36.67%-
HSV(B)163.4º40.17%45.88%-
XYZ11.3915.0215.4-
YUV101.46129.43105.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=24.05%
G=40.21%
B=35.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701171040.4000.110.54163.425.1336.67
Hex467568280B36a31925
Octal10616515050013662433145
Binary100011011101011101000101000010111101101010001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467568; }

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

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

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

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

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

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

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

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