Html Css Color HEX #437F74 Dark Green Copper

📋 copy color: '#437F74'

red 67 ◦ green 127 ◦ blue 116

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

Shades of Dark Green Copper #437F74

Tints of Dark Green Copper #437F74

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.7% from 255) = 37.42%

R = 21.61%
G = 40.97%
B = 37.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#437F74 (or 0x437F74) is known color: 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

RGB 67 127 116 -
CMYK 0.47 0 0.09 0.50
HSL 169º 0.31% 0.38% -
HSV(B) 169º 0.47% 0.5% -
XYZ 13.06 17.63 19.24 -
YUV 107.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 67 127 116 0.47 0 0.09 0.50 169 0.31 0.38
Hex 43 7F 74 2F 0 9 32 A9 1F 26
Octal 103 177 164 57 0 11 62 251 37 46
Binary 1000011 1111111 1110100 101111 0 1001 110010 10101001 11111 100110

Color Harmonies of #437F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437F74

Black with #437F74

Text Example


Text Example

White with #437F74

Text Example


Text Example

HTML Codes & Css Web 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>