Html Css Color HEX #46776B Dark Green Copper

📋 copy color: '#46776B'

red 70 ◦ green 119 ◦ blue 107

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

Shades of Dark Green Copper #46776B

Tints of Dark Green Copper #46776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

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

R = 23.65%
G = 40.2%
B = 36.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#46776B (or 0x46776B) is known color: Dark Green Copper. HEX triplet: 46, 77 and 6B. RGB value is (70,119,107). Sum of RGB (Red+Green+Blue) = 70+119+107=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #46776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46776B is #B98894. Grayscale: #666666. Windows color (decimal): -12159125 or 7042886. OLE color: 7042886.

HSL color Cylindrical-coordinate representation of color #46776B: hue angle of 165.31º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46776B is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 119 107 -
CMYK 0.41 0 0.10 0.53
HSL 165.31º 0.26% 0.37% -
HSV(B) 165.31º 0.41% 0.47% -
XYZ 11.78 15.56 16.29 -
YUV 102.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 70 119 107 0.41 0 0.10 0.53 165.31 0.26 0.37
Hex 46 77 6B 29 0 A 35 A5 1A 25
Octal 106 167 153 51 0 12 65 245 32 45
Binary 1000110 1110111 1101011 101001 0 1010 110101 10100101 11010 100101

Color Harmonies of #46776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46776B

Black with #46776B

Text Example


Text Example

White with #46776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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