Html Css Color HEX #46726E Dark Green Copper

📋 copy color: '#46726E'

red 70 ◦ green 114 ◦ blue 110

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

Shades of Dark Green Copper #46726E

Tints of Dark Green Copper #46726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.78%

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

R = 23.81%
G = 38.78%
B = 37.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#46726E (or 0x46726E) is known color: Dark Green Copper. HEX triplet: 46, 72 and 6E. RGB value is (70,114,110). Sum of RGB (Red+Green+Blue) = 70+114+110=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #46726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46726E is #B98D91. Grayscale: #646464. Windows color (decimal): -12160402 or 7238214. OLE color: 7238214.

HSL color Cylindrical-coordinate representation of color #46726E: hue angle of 174.55º 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 #46726E is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 114 110 -
CMYK 0.39 0 0.04 0.55
HSL 174.55º 0.24% 0.36% -
HSV(B) 174.55º 0.39% 0.45% -
XYZ 11.36 14.46 16.94 -
YUV 100.39 133.42 106.33 -
System Red Green Blue C M Y K H S L
Decimal 70 114 110 0.39 0 0.04 0.55 174.55 0.24 0.36
Hex 46 72 6E 27 0 4 37 AF 18 24
Octal 106 162 156 47 0 4 67 257 30 44
Binary 1000110 1110010 1101110 100111 0 100 110111 10101111 11000 100100

Color Harmonies of #46726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46726E

Black with #46726E

Text Example


Text Example

White with #46726E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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