Html Css Color HEX #46746C Dark Green Copper

📋 copy color: '#46746C'

red 70 ◦ green 116 ◦ blue 108

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

Shades of Dark Green Copper #46746C

Tints of Dark Green Copper #46746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.46%

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 23.81%
G = 39.46%
B = 36.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#46746C (or 0x46746C) is known color: Dark Green Copper. HEX triplet: 46, 74 and 6C. RGB value is (70,116,108). Sum of RGB (Red+Green+Blue) = 70+116+108=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #46746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46746C is #B98B93. Grayscale: #656565. Windows color (decimal): -12159892 or 7107654. OLE color: 7107654.

HSL color Cylindrical-coordinate representation of color #46746C: hue angle of 169.57º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46746C is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 108 -
CMYK 0.40 0 0.07 0.55
HSL 169.57º 0.25% 0.36% -
HSV(B) 169.57º 0.4% 0.45% -
XYZ 11.48 14.88 16.45 -
YUV 101.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 70 116 108 0.40 0 0.07 0.55 169.57 0.25 0.36
Hex 46 74 6C 28 0 7 37 AA 19 24
Octal 106 164 154 50 0 7 67 252 31 44
Binary 1000110 1110100 1101100 101000 0 111 110111 10101010 11001 100100

Color Harmonies of #46746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46746C

Black with #46746C

Text Example


Text Example

White with #46746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46746C; }

 p { color: rgb(70,116,108); }

 H1.HeaderClassName
 {
   color: #46746C;
 }
 .AnyTagClassName
 {
   color: #46746C;
 }
</style>

background-color css

<style>
 a { background-color: #46746C; }

 a { background-color: rgb(70,116,108); }

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

border-color css

<style>
 span { border-color: #46746C; }

 span { border-color: rgb(70,116,108); }

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