Html Css Color HEX #46716D Dark Green Copper

📋 copy color: '#46716D'

red 70 ◦ green 113 ◦ blue 109

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

Shades of Dark Green Copper #46716D

Tints of Dark Green Copper #46716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

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

R = 23.97%
G = 38.7%
B = 37.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#46716D (or 0x46716D) is known color: Dark Green Copper. HEX triplet: 46, 71 and 6D. RGB value is (70,113,109). Sum of RGB (Red+Green+Blue) = 70+113+109=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #46716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46716D is #B98E92. Grayscale: #636363. Windows color (decimal): -12160659 or 7172422. OLE color: 7172422.

HSL color Cylindrical-coordinate representation of color #46716D: hue angle of 174.42º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46716D is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 113 109 -
CMYK 0.38 0 0.04 0.56
HSL 174.42º 0.23% 0.36% -
HSV(B) 174.42º 0.38% 0.44% -
XYZ 11.19 14.22 16.62 -
YUV 99.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 70 113 109 0.38 0 0.04 0.56 174.42 0.23 0.36
Hex 46 71 6D 26 0 4 38 AE 17 24
Octal 106 161 155 46 0 4 70 256 27 44
Binary 1000110 1110001 1101101 100110 0 100 111000 10101110 10111 100100

Color Harmonies of #46716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46716D

Black with #46716D

Text Example


Text Example

White with #46716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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