Html Css Color HEX #46736F Dark Green Copper

📋 copy color: '#46736F'

red 70 ◦ green 115 ◦ blue 111

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

Shades of Dark Green Copper #46736F

Tints of Dark Green Copper #46736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

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

R = 23.65%
G = 38.85%
B = 37.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#46736F (or 0x46736F) is known color: Dark Green Copper. HEX triplet: 46, 73 and 6F. RGB value is (70,115,111). Sum of RGB (Red+Green+Blue) = 70+115+111=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #46736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46736F is #B98C90. Grayscale: #656565. Windows color (decimal): -12160145 or 7304006. OLE color: 7304006.

HSL color Cylindrical-coordinate representation of color #46736F: hue angle of 174.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46736F is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 111 -
CMYK 0.39 0 0.03 0.55
HSL 174.67º 0.24% 0.36% -
HSV(B) 174.67º 0.39% 0.45% -
XYZ 11.53 14.71 17.27 -
YUV 101.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 70 115 111 0.39 0 0.03 0.55 174.67 0.24 0.36
Hex 46 73 6F 27 0 3 37 AF 18 24
Octal 106 163 157 47 0 3 67 257 30 44
Binary 1000110 1110011 1101111 100111 0 11 110111 10101111 11000 100100

Color Harmonies of #46736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46736F

Black with #46736F

Text Example


Text Example

White with #46736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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