Html Css Color HEX #46756E Dark Green Copper

📋 copy color: '#46756E'

red 70 ◦ green 117 ◦ blue 110

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

Shades of Dark Green Copper #46756E

Tints of Dark Green Copper #46756E

RGB

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

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

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

R = 23.57%
G = 39.39%
B = 37.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#46756E (or 0x46756E) is known color: Dark Green Copper. HEX triplet: 46, 75 and 6E. RGB value is (70,117,110). Sum of RGB (Red+Green+Blue) = 70+117+110=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #46756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46756E is #B98A91. Grayscale: #666666. Windows color (decimal): -12159634 or 7238982. OLE color: 7238982.

HSL color Cylindrical-coordinate representation of color #46756E: hue angle of 171.06º 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 #46756E is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 110 -
CMYK 0.40 0 0.06 0.54
HSL 171.06º 0.25% 0.37% -
HSV(B) 171.06º 0.4% 0.46% -
XYZ 11.7 15.15 17.06 -
YUV 102.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 70 117 110 0.40 0 0.06 0.54 171.06 0.25 0.37
Hex 46 75 6E 28 0 6 36 AB 19 25
Octal 106 165 156 50 0 6 66 253 31 45
Binary 1000110 1110101 1101110 101000 0 110 110110 10101011 11001 100101

Color Harmonies of #46756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46756E

Black with #46756E

Text Example


Text Example

White with #46756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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