Html Css Color HEX #467C73 Dark Green Copper

📋 copy color: '#467C73'

red 70 ◦ green 124 ◦ blue 115

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

Shades of Dark Green Copper #467C73

Tints of Dark Green Copper #467C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.13%

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 22.65%
G = 40.13%
B = 37.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#467C73 (or 0x467C73) is known color: Dark Green Copper. HEX triplet: 46, 7C and 73. RGB value is (70,124,115). Sum of RGB (Red+Green+Blue) = 70+124+115=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #467C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467C73 is #B9838C. Grayscale: #6A6A6A. Windows color (decimal): -12157837 or 7568454. OLE color: 7568454.

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

Color convert

RGB 70 124 115 -
CMYK 0.44 0 0.07 0.51
HSL 170º 0.28% 0.38% -
HSV(B) 170º 0.44% 0.49% -
XYZ 12.83 16.96 18.82 -
YUV 106.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 70 124 115 0.44 0 0.07 0.51 170 0.28 0.38
Hex 46 7C 73 2C 0 7 33 AA 1C 26
Octal 106 174 163 54 0 7 63 252 34 46
Binary 1000110 1111100 1110011 101100 0 111 110011 10101010 11100 100110

Color Harmonies of #467C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467C73

Black with #467C73

Text Example


Text Example

White with #467C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,124,115); }

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

background-color css

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

 a { background-color: rgb(70,124,115); }

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

border-color css

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

 span { border-color: rgb(70,124,115); }

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