Html Css Color HEX #46756F Dark Green Copper

📋 copy color: '#46756F'

red 70 ◦ green 117 ◦ blue 111

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

Shades of Dark Green Copper #46756F

Tints of Dark Green Copper #46756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 23.49%
G = 39.26%
B = 37.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#46756F (or 0x46756F) is known color: Dark Green Copper. HEX triplet: 46, 75 and 6F. RGB value is (70,117,111). Sum of RGB (Red+Green+Blue) = 70+117+111=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #46756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46756F is #B98A90. Grayscale: #666666. Windows color (decimal): -12159633 or 7304518. OLE color: 7304518.

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

Color convert

RGB 70 117 111 -
CMYK 0.40 0 0.05 0.54
HSL 172.34º 0.25% 0.37% -
HSV(B) 172.34º 0.4% 0.46% -
XYZ 11.76 15.17 17.35 -
YUV 102.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 70 117 111 0.40 0 0.05 0.54 172.34 0.25 0.37
Hex 46 75 6F 28 0 5 36 AC 19 25
Octal 106 165 157 50 0 5 66 254 31 45
Binary 1000110 1110101 1101111 101000 0 101 110110 10101100 11001 100101

Color Harmonies of #46756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46756F

Black with #46756F

Text Example


Text Example

White with #46756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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