Html Css Color HEX #46706E Dark Green Copper

📋 copy color: '#46706E'

red 70 ◦ green 112 ◦ blue 110

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

Shades of Dark Green Copper #46706E

Tints of Dark Green Copper #46706E

RGB

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

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

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

R = 23.97%
G = 38.36%
B = 37.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#46706E (or 0x46706E) is known color: Dark Green Copper. HEX triplet: 46, 70 and 6E. RGB value is (70,112,110). Sum of RGB (Red+Green+Blue) = 70+112+110=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #46706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46706E is #B98F91. Grayscale: #636363. Windows color (decimal): -12160914 or 7237702. OLE color: 7237702.

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

Color convert

RGB 70 112 110 -
CMYK 0.38 0 0.02 0.56
HSL 177.14º 0.23% 0.36% -
HSV(B) 177.14º 0.38% 0.44% -
XYZ 11.13 14.02 16.87 -
YUV 99.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 70 112 110 0.38 0 0.02 0.56 177.14 0.23 0.36
Hex 46 70 6E 26 0 2 38 B1 17 24
Octal 106 160 156 46 0 2 70 261 27 44
Binary 1000110 1110000 1101110 100110 0 10 111000 10110001 10111 100100

Color Harmonies of #46706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46706E

Black with #46706E

Text Example


Text Example

White with #46706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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