Html Css Color HEX #4E726B Dark Green Copper

📋 copy color: '#4E726B'

red 78 ◦ green 114 ◦ blue 107

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

Shades of Dark Green Copper #4E726B

Tints of Dark Green Copper #4E726B

RGB

 RED value IS 78 (30.86% from 255) = 26.09%

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

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

R = 26.09%
G = 38.13%
B = 35.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#4E726B (or 0x4E726B) is known color: Dark Green Copper. HEX triplet: 4E, 72 and 6B. RGB value is (78,114,107). Sum of RGB (Red+Green+Blue) = 78+114+107=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #4E726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E726B is #B18D94. Grayscale: #666666. Windows color (decimal): -11636117 or 7041614. OLE color: 7041614.

HSL color Cylindrical-coordinate representation of color #4E726B: hue angle of 168.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E726B is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 114 107 -
CMYK 0.32 0 0.06 0.55
HSL 168.33º 0.19% 0.38% -
HSV(B) 168.33º 0.32% 0.45% -
XYZ 11.81 14.72 16.13 -
YUV 102.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 78 114 107 0.32 0 0.06 0.55 168.33 0.19 0.38
Hex 4E 72 6B 20 0 6 37 A8 13 26
Octal 116 162 153 40 0 6 67 250 23 46
Binary 1001110 1110010 1101011 100000 0 110 110111 10101000 10011 100110

Color Harmonies of #4E726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E726B

Black with #4E726B

Text Example


Text Example

White with #4E726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E726B; }

 p { color: rgb(78,114,107); }

 H1.HeaderClassName
 {
   color: #4E726B;
 }
 .AnyTagClassName
 {
   color: #4E726B;
 }
</style>

background-color css

<style>
 a { background-color: #4E726B; }

 a { background-color: rgb(78,114,107); }

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

border-color css

<style>
 span { border-color: #4E726B; }

 span { border-color: rgb(78,114,107); }

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