Html Css Color HEX #4E7369 Dark Green Copper

📋 copy color: '#4E7369'

red 78 ◦ green 115 ◦ blue 105

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

Shades of Dark Green Copper #4E7369

Tints of Dark Green Copper #4E7369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.23%

R = 26.17%
G = 38.59%
B = 35.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#4E7369 (or 0x4E7369) is known color: Dark Green Copper. HEX triplet: 4E, 73 and 69. RGB value is (78,115,105). Sum of RGB (Red+Green+Blue) = 78+115+105=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #4E7369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7369 is #B18C96. Grayscale: #666666. Windows color (decimal): -11635863 or 6910798. OLE color: 6910798.

HSL color Cylindrical-coordinate representation of color #4E7369: hue angle of 163.78º 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 #4E7369 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 115 105 -
CMYK 0.32 0 0.09 0.55
HSL 163.78º 0.19% 0.38% -
HSV(B) 163.78º 0.32% 0.45% -
XYZ 11.82 14.9 15.62 -
YUV 102.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 78 115 105 0.32 0 0.09 0.55 163.78 0.19 0.38
Hex 4E 73 69 20 0 9 37 A4 13 26
Octal 116 163 151 40 0 11 67 244 23 46
Binary 1001110 1110011 1101001 100000 0 1001 110111 10100100 10011 100110

Color Harmonies of #4E7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7369

Black with #4E7369

Text Example


Text Example

White with #4E7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,115,105); }

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

background-color css

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

 a { background-color: rgb(78,115,105); }

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

border-color css

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

 span { border-color: rgb(78,115,105); }

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