Html Css Color HEX #46776D Dark Green Copper

📋 copy color: '#46776D'

red 70 ◦ green 119 ◦ blue 109

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

Shades of Dark Green Copper #46776D

Tints of Dark Green Copper #46776D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.93%

 BLUE value IS 109 (42.97% from 255) = 36.58%

R = 23.49%
G = 39.93%
B = 36.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#46776D (or 0x46776D) is known color: Dark Green Copper. HEX triplet: 46, 77 and 6D. RGB value is (70,119,109). Sum of RGB (Red+Green+Blue) = 70+119+109=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #46776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46776D is #B98892. Grayscale: #676767. Windows color (decimal): -12159123 or 7173958. OLE color: 7173958.

HSL color Cylindrical-coordinate representation of color #46776D: hue angle of 167.76º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46776D is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 119 109 -
CMYK 0.41 0 0.08 0.53
HSL 167.76º 0.26% 0.37% -
HSV(B) 167.76º 0.41% 0.47% -
XYZ 11.88 15.6 16.85 -
YUV 103.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 70 119 109 0.41 0 0.08 0.53 167.76 0.26 0.37
Hex 46 77 6D 29 0 8 35 A8 1A 25
Octal 106 167 155 51 0 10 65 250 32 45
Binary 1000110 1110111 1101101 101001 0 1000 110101 10101000 11010 100101

Color Harmonies of #46776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46776D

Black with #46776D

Text Example


Text Example

White with #46776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46776D; }

 p { color: rgb(70,119,109); }

 H1.HeaderClassName
 {
   color: #46776D;
 }
 .AnyTagClassName
 {
   color: #46776D;
 }
</style>

background-color css

<style>
 a { background-color: #46776D; }

 a { background-color: rgb(70,119,109); }

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

border-color css

<style>
 span { border-color: #46776D; }

 span { border-color: rgb(70,119,109); }

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