Html Css Color HEX #467E72 Dark Green Copper

📋 copy color: '#467E72'

red 70 ◦ green 126 ◦ blue 114

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

Shades of Dark Green Copper #467E72

Tints of Dark Green Copper #467E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 22.58%
G = 40.65%
B = 36.77%

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

#467E72 (or 0x467E72) is known color: Dark Green Copper. HEX triplet: 46, 7E and 72. RGB value is (70,126,114). Sum of RGB (Red+Green+Blue) = 70+126+114=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 126 - color contains mainly: green. Hex color #467E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E72 is #B9818D. Grayscale: #6B6B6B. Windows color (decimal): -12157326 or 7503430. OLE color: 7503430.

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

Color convert

RGB 70 126 114 -
CMYK 0.44 0 0.10 0.51
HSL 167.14º 0.29% 0.38% -
HSV(B) 167.14º 0.44% 0.49% -
XYZ 13.02 17.44 18.6 -
YUV 107.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 70 126 114 0.44 0 0.10 0.51 167.14 0.29 0.38
Hex 46 7E 72 2C 0 A 33 A7 1D 26
Octal 106 176 162 54 0 12 63 247 35 46
Binary 1000110 1111110 1110010 101100 0 1010 110011 10100111 11101 100110

Color Harmonies of #467E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E72

Black with #467E72

Text Example


Text Example

White with #467E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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