#437970

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

Shades of Dark Green Copper #437970

Tints of Dark Green Copper #437970

Color information

#437970 (or 0x437970) is unknown color: approx Dark Green Copper. HEX triplet: 43, 79 and 70. RGB value is (67,121,112). Sum of RGB (Red+Green+Blue) = 67+121+112=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #437970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437970 is #BC868F. Grayscale: #676767. Windows color (decimal): -12355216 or 7371075. OLE color: 7371075.

HSL color Cylindrical-coordinate representation of color #437970: hue angle of 170º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #437970 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB67121112-
CMYK0.4500.070.53
HSL170º28.72%36.86%-
HSV(B)170º44.63%47.45%-
XYZ12.0816.0417.79-
YUV103.83132.61101.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.33%
GREEN value IS 121 (47.66% from 255) = 40.33%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=22.33%
G=40.33%
B=37.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal671211120.4500.070.5317028.7236.86
Hex4379702D0735aa1d25
Octal1031711605507652523545
Binary10000111111001111000010110101111101011010101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437970; }

 p { color: rgb(67,121,112); }

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

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

 a { background-color: rgb(67,121,112); }

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

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

 span { border-color: rgb(67,121,112); }

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