#437C74

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

Shades of Dark Green Copper #437C74

Tints of Dark Green Copper #437C74

Color information

#437C74 (or 0x437C74) is unknown color: approx Dark Green Copper. HEX triplet: 43, 7C and 74. RGB value is (67,124,116). Sum of RGB (Red+Green+Blue) = 67+124+116=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #437C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437C74 is #BC838B. Grayscale: #6A6A6A. Windows color (decimal): -12354444 or 7633987. OLE color: 7633987.

HSL color Cylindrical-coordinate representation of color #437C74: hue angle of 171.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #437C74 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB67124116-
CMYK0.4600.060.51
HSL171.58º29.84%37.45%-
HSV(B)171.58º45.97%48.63%-
XYZ12.6716.8719.11-
YUV106.04133.62100.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.82%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 116 (45.70% from 255) = 37.79%
R=21.82%
G=40.39%
B=37.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal671241160.4600.060.51171.5829.8437.45
Hex437C742E0633ac1e25
Octal1031741645606632543645
Binary10000111111100111010010111001101100111010110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437C74; }

 p { color: rgb(67,124,116); }

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

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

 a { background-color: rgb(67,124,116); }

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

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

 span { border-color: rgb(67,124,116); }

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