Html Css Color HEX #4E6862 Dark Green Copper

📋 copy color: '#4E6862'

red 78 ◦ green 104 ◦ blue 98

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

Shades of Dark Green Copper #4E6862

Tints of Dark Green Copper #4E6862

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

 BLUE value IS 98 (38.67% from 255) = 35%

R = 27.86%
G = 37.14%
B = 35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#4E6862 (or 0x4E6862) is known color: Dark Green Copper. HEX triplet: 4E, 68 and 62. RGB value is (78,104,98). Sum of RGB (Red+Green+Blue) = 78+104+98=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6862 is #B1979D. Grayscale: #5F5F5F. Windows color (decimal): -11638686 or 6449230. OLE color: 6449230.

HSL color Cylindrical-coordinate representation of color #4E6862: hue angle of 166.15º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E6862 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 104 98 -
CMYK 0.25 0 0.06 0.59
HSL 166.15º 0.14% 0.36% -
HSV(B) 166.15º 0.25% 0.41% -
XYZ 10.3 12.4 13.41 -
YUV 95.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 78 104 98 0.25 0 0.06 0.59 166.15 0.14 0.36
Hex 4E 68 62 19 0 6 3B A6 E 24
Octal 116 150 142 31 0 6 73 246 16 44
Binary 1001110 1101000 1100010 11001 0 110 111011 10100110 1110 100100

Color Harmonies of #4E6862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6862

Black with #4E6862

Text Example


Text Example

White with #4E6862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,104,98); }

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

background-color css

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

 a { background-color: rgb(78,104,98); }

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

border-color css

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

 span { border-color: rgb(78,104,98); }

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