Html Css Color HEX #467E71 Dark Green Copper

📋 copy color: '#467E71'

red 70 ◦ green 126 ◦ blue 113

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

Shades of Dark Green Copper #467E71

Tints of Dark Green Copper #467E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 22.65%
G = 40.78%
B = 36.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#467E71 (or 0x467E71) is known color: Dark Green Copper. HEX triplet: 46, 7E and 71. RGB value is (70,126,113). Sum of RGB (Red+Green+Blue) = 70+126+113=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 126 - color contains mainly: green. Hex color #467E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E71 is #B9818E. Grayscale: #6B6B6B. Windows color (decimal): -12157327 or 7437894. OLE color: 7437894.

HSL color Cylindrical-coordinate representation of color #467E71: hue angle of 166.07º 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 #467E71 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 126 113 -
CMYK 0.44 0 0.10 0.51
HSL 166.07º 0.29% 0.38% -
HSV(B) 166.07º 0.44% 0.49% -
XYZ 12.97 17.42 18.3 -
YUV 107.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 70 126 113 0.44 0 0.10 0.51 166.07 0.29 0.38
Hex 46 7E 71 2C 0 A 33 A6 1D 26
Octal 106 176 161 54 0 12 63 246 35 46
Binary 1000110 1111110 1110001 101100 0 1010 110011 10100110 11101 100110

Color Harmonies of #467E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E71

Black with #467E71

Text Example


Text Example

White with #467E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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