Html Css Color HEX #46706B Dark Green Copper

📋 copy color: '#46706B'

red 70 ◦ green 112 ◦ blue 107

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

Shades of Dark Green Copper #46706B

Tints of Dark Green Copper #46706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.75%

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 24.22%
G = 38.75%
B = 37.02%

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

#46706B (or 0x46706B) is known color: Dark Green Copper. HEX triplet: 46, 70 and 6B. RGB value is (70,112,107). Sum of RGB (Red+Green+Blue) = 70+112+107=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #46706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46706B is #B98F94. Grayscale: #626262. Windows color (decimal): -12160917 or 7041094. OLE color: 7041094.

HSL color Cylindrical-coordinate representation of color #46706B: hue angle of 172.86º 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 #46706B is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 107 -
CMYK 0.38 0 0.04 0.56
HSL 172.86º 0.23% 0.36% -
HSV(B) 172.86º 0.38% 0.44% -
XYZ 10.97 13.95 16.02 -
YUV 98.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 70 112 107 0.38 0 0.04 0.56 172.86 0.23 0.36
Hex 46 70 6B 26 0 4 38 AD 17 24
Octal 106 160 153 46 0 4 70 255 27 44
Binary 1000110 1110000 1101011 100110 0 100 111000 10101101 10111 100100

Color Harmonies of #46706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46706B

Black with #46706B

Text Example


Text Example

White with #46706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46706B; }

 p { color: rgb(70,112,107); }

 H1.HeaderClassName
 {
   color: #46706B;
 }
 .AnyTagClassName
 {
   color: #46706B;
 }
</style>

background-color css

<style>
 a { background-color: #46706B; }

 a { background-color: rgb(70,112,107); }

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

border-color css

<style>
 span { border-color: #46706B; }

 span { border-color: rgb(70,112,107); }

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