Html Css Color HEX #437D76 Dark Green Copper

📋 copy color: '#437D76'

red 67 ◦ green 125 ◦ blue 118

#437D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #437D76

Tints of Dark Green Copper #437D76

RGB

 RED value IS 67 (26.56% from 255) = 21.61%

 GREEN value IS 125 (49.22% from 255) = 40.32%

 BLUE value IS 118 (46.48% from 255) = 38.06%

R = 21.61%
G = 40.32%
B = 38.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#437D76 (or 0x437D76) is known color: Dark Green Copper. HEX triplet: 43, 7D and 76. RGB value is (67,125,118). Sum of RGB (Red+Green+Blue) = 67+125+118=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #437D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437D76 is #BC8289. Grayscale: #6A6A6A. Windows color (decimal): -12354186 or 7765315. OLE color: 7765315.

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

Color convert

RGB 67 125 118 -
CMYK 0.46 0 0.06 0.51
HSL 172.76º 0.3% 0.38% -
HSV(B) 172.76º 0.46% 0.49% -
XYZ 12.92 17.17 19.77 -
YUV 106.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 67 125 118 0.46 0 0.06 0.51 172.76 0.3 0.38
Hex 43 7D 76 2E 0 6 33 AD 1E 26
Octal 103 175 166 56 0 6 63 255 36 46
Binary 1000011 1111101 1110110 101110 0 110 110011 10101101 11110 100110

Color Harmonies of #437D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437D76

Black with #437D76

Text Example


Text Example

White with #437D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,125,118); }

 H1.HeaderClassName
 {
   color: #437D76;
 }
 .AnyTagClassName
 {
   color: #437D76;
 }
</style>

background-color css

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

 a { background-color: rgb(67,125,118); }

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

border-color css

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

 span { border-color: rgb(67,125,118); }

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