#437F74

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

Shades of Dark Green Copper #437F74

Tints of Dark Green Copper #437F74

Color information

#437F74 (or 0x437F74) is unknown color: approx Dark Green Copper. HEX triplet: 43, 7F and 74. RGB value is (67,127,116). Sum of RGB (Red+Green+Blue) = 67+127+116=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #437F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437F74 is #BC808B. Grayscale: #6B6B6B. Windows color (decimal): -12353676 or 7634755. OLE color: 7634755.

HSL color Cylindrical-coordinate representation of color #437F74: hue angle of 169º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #437F74 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB67127116-
CMYK0.4700.090.50
HSL169º30.93%38.04%-
HSV(B)169º47.24%49.8%-
XYZ13.0617.6319.24-
YUV107.81132.6298.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.61%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=21.61%
G=40.97%
B=37.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal671271160.4700.090.5016930.9338.04
Hex437F742F0932a91f26
Octal10317716457011622513746
Binary100001111111111110100101111010011100101010100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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