#407B72

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

Shades of Dark Green Copper #407B72

Tints of Dark Green Copper #407B72

Color information

#407B72 (or 0x407B72) is unknown color: approx Dark Green Copper. HEX triplet: 40, 7B and 72. RGB value is (64,123,114). Sum of RGB (Red+Green+Blue) = 64+123+114=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #407B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B72 is #BF848D. Grayscale: #686868. Windows color (decimal): -12551310 or 7502656. OLE color: 7502656.

HSL color Cylindrical-coordinate representation of color #407B72: hue angle of 170.85º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B72 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB64123114-
CMYK0.4800.070.52
HSL170.85º31.55%36.67%-
HSV(B)170.85º47.97%48.24%-
XYZ12.2316.4718.45-
YUV104.33133.4599.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 123 (48.44% from 255) = 40.86%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=21.26%
G=40.86%
B=37.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641231140.4800.070.52170.8531.5536.67
Hex407B72300734ab2025
Octal1001731626007642534045
Binary100000011110111110010110000011111010010101011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407B72; }

 p { color: rgb(64,123,114); }

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

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

 a { background-color: rgb(64,123,114); }

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

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

 span { border-color: rgb(64,123,114); }

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