#467572

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

Shades of Dark Green Copper #467572

Tints of Dark Green Copper #467572

Color information

#467572 (or 0x467572) is unknown color: approx Dark Green Copper. HEX triplet: 46, 75 and 72. RGB value is (70,117,114). Sum of RGB (Red+Green+Blue) = 70+117+114=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #467572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467572 is #B98A8D. Grayscale: #666666. Windows color (decimal): -12159630 or 7501126. OLE color: 7501126.

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

Color convert

RGB70117114-
CMYK0.4000.030.54
HSL176.17º25.13%36.67%-
HSV(B)176.17º40.17%45.88%-
XYZ11.9215.2418.23-
YUV102.6134.43104.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=23.26%
G=38.87%
B=37.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701171140.4000.030.54176.1725.1336.67
Hex467572280336b01925
Octal1061651625003662603145
Binary1000110111010111100101010000111101101011000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467572; }

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

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

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

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

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

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

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

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