Html Css Color HEX #467C6E Dark Green Copper

📋 copy color: '#467C6E'

red 70 ◦ green 124 ◦ blue 110

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

Shades of Dark Green Copper #467C6E

Tints of Dark Green Copper #467C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 23.03%
G = 40.79%
B = 36.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#467C6E (or 0x467C6E) is known color: Dark Green Copper. HEX triplet: 46, 7C and 6E. RGB value is (70,124,110). Sum of RGB (Red+Green+Blue) = 70+124+110=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #467C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467C6E is #B98391. Grayscale: #6A6A6A. Windows color (decimal): -12157842 or 7240774. OLE color: 7240774.

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

Color convert

RGB 70 124 110 -
CMYK 0.44 0 0.11 0.51
HSL 164.44º 0.28% 0.38% -
HSV(B) 164.44º 0.44% 0.49% -
XYZ 12.55 16.84 17.34 -
YUV 106.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 70 124 110 0.44 0 0.11 0.51 164.44 0.28 0.38
Hex 46 7C 6E 2C 0 B 33 A4 1C 26
Octal 106 174 156 54 0 13 63 244 34 46
Binary 1000110 1111100 1101110 101100 0 1011 110011 10100100 11100 100110

Color Harmonies of #467C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467C6E

Black with #467C6E

Text Example


Text Example

White with #467C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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