#437C75

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

Shades of Dark Green Copper #437C75

Tints of Dark Green Copper #437C75

Color information

#437C75 (or 0x437C75) is unknown color: approx Dark Green Copper. HEX triplet: 43, 7C and 75. RGB value is (67,124,117). Sum of RGB (Red+Green+Blue) = 67+124+117=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #437C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437C75 is #BC838A. Grayscale: #6A6A6A. Windows color (decimal): -12354443 or 7699523. OLE color: 7699523.

HSL color Cylindrical-coordinate representation of color #437C75: hue angle of 172.63º 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 #437C75 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB67124117-
CMYK0.4600.060.51
HSL172.63º29.84%37.45%-
HSV(B)172.63º45.97%48.63%-
XYZ12.7316.8919.42-
YUV106.16134.12100.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.75%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=21.75%
G=40.26%
B=37.99%

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
Decimal671241170.4600.060.51172.6329.8437.45
Hex437C752E0633ad1e25
Octal1031741655606632553645
Binary10000111111100111010110111001101100111010110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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