Html Css Color HEX #467E74 Dark Green Copper

📋 copy color: '#467E74'

red 70 ◦ green 126 ◦ blue 116

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

Shades of Dark Green Copper #467E74

Tints of Dark Green Copper #467E74

RGB

 RED value IS 70 (27.73% from 255) = 22.44%

 GREEN value IS 126 (49.61% from 255) = 40.38%

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 22.44%
G = 40.38%
B = 37.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#467E74 (or 0x467E74) is known color: Dark Green Copper. HEX triplet: 46, 7E and 74. RGB value is (70,126,116). Sum of RGB (Red+Green+Blue) = 70+126+116=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 126 - color contains mainly: green. Hex color #467E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E74 is #B9818B. Grayscale: #6C6C6C. Windows color (decimal): -12157324 or 7634502. OLE color: 7634502.

HSL color Cylindrical-coordinate representation of color #467E74: hue angle of 169.29º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467E74 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 126 116 -
CMYK 0.44 0 0.08 0.51
HSL 169.29º 0.29% 0.38% -
HSV(B) 169.29º 0.44% 0.49% -
XYZ 13.14 17.48 19.21 -
YUV 108.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 70 126 116 0.44 0 0.08 0.51 169.29 0.29 0.38
Hex 46 7E 74 2C 0 8 33 A9 1D 26
Octal 106 176 164 54 0 10 63 251 35 46
Binary 1000110 1111110 1110100 101100 0 1000 110011 10101001 11101 100110

Color Harmonies of #467E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E74

Black with #467E74

Text Example


Text Example

White with #467E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467E74; }

 p { color: rgb(70,126,116); }

 H1.HeaderClassName
 {
   color: #467E74;
 }
 .AnyTagClassName
 {
   color: #467E74;
 }
</style>

background-color css

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

 a { background-color: rgb(70,126,116); }

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

border-color css

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

 span { border-color: rgb(70,126,116); }

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