Html Css Color HEX #46796D Dark Green Copper

📋 copy color: '#46796D'

red 70 ◦ green 121 ◦ blue 109

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

Shades of Dark Green Copper #46796D

Tints of Dark Green Copper #46796D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.33%

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

R = 23.33%
G = 40.33%
B = 36.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#46796D (or 0x46796D) is known color: Dark Green Copper. HEX triplet: 46, 79 and 6D. RGB value is (70,121,109). Sum of RGB (Red+Green+Blue) = 70+121+109=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #46796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46796D is #B98692. Grayscale: #686868. Windows color (decimal): -12158611 or 7174470. OLE color: 7174470.

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

Color convert

RGB 70 121 109 -
CMYK 0.42 0 0.10 0.53
HSL 165.88º 0.27% 0.37% -
HSV(B) 165.88º 0.42% 0.47% -
XYZ 12.12 16.08 16.93 -
YUV 104.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 70 121 109 0.42 0 0.10 0.53 165.88 0.27 0.37
Hex 46 79 6D 2A 0 A 35 A6 1B 25
Octal 106 171 155 52 0 12 65 246 33 45
Binary 1000110 1111001 1101101 101010 0 1010 110101 10100110 11011 100101

Color Harmonies of #46796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46796D

Black with #46796D

Text Example


Text Example

White with #46796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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