Html Css Color HEX #46756B Dark Green Copper

📋 copy color: '#46756B'

red 70 ◦ green 117 ◦ blue 107

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

Shades of Dark Green Copper #46756B

Tints of Dark Green Copper #46756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 23.81%
G = 39.8%
B = 36.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#46756B (or 0x46756B) is known color: Dark Green Copper. HEX triplet: 46, 75 and 6B. RGB value is (70,117,107). Sum of RGB (Red+Green+Blue) = 70+117+107=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #46756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46756B is #B98A94. Grayscale: #656565. Windows color (decimal): -12159637 or 7042374. OLE color: 7042374.

HSL color Cylindrical-coordinate representation of color #46756B: hue angle of 167.23º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46756B is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 107 -
CMYK 0.40 0 0.09 0.54
HSL 167.23º 0.25% 0.37% -
HSV(B) 167.23º 0.4% 0.46% -
XYZ 11.54 15.09 16.21 -
YUV 101.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 70 117 107 0.40 0 0.09 0.54 167.23 0.25 0.37
Hex 46 75 6B 28 0 9 36 A7 19 25
Octal 106 165 153 50 0 11 66 247 31 45
Binary 1000110 1110101 1101011 101000 0 1001 110110 10100111 11001 100101

Color Harmonies of #46756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46756B

Black with #46756B

Text Example


Text Example

White with #46756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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