Html Css Color HEX #4E736A Dark Green Copper

📋 copy color: '#4E736A'

red 78 ◦ green 115 ◦ blue 106

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

Shades of Dark Green Copper #4E736A

Tints of Dark Green Copper #4E736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 26.09%
G = 38.46%
B = 35.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#4E736A (or 0x4E736A) is known color: Dark Green Copper. HEX triplet: 4E, 73 and 6A. RGB value is (78,115,106). Sum of RGB (Red+Green+Blue) = 78+115+106=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #4E736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E736A is #B18C95. Grayscale: #666666. Windows color (decimal): -11635862 or 6976334. OLE color: 6976334.

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

Color convert

RGB 78 115 106 -
CMYK 0.32 0 0.08 0.55
HSL 165.41º 0.19% 0.38% -
HSV(B) 165.41º 0.32% 0.45% -
XYZ 11.87 14.92 15.89 -
YUV 102.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 78 115 106 0.32 0 0.08 0.55 165.41 0.19 0.38
Hex 4E 73 6A 20 0 8 37 A5 13 26
Octal 116 163 152 40 0 10 67 245 23 46
Binary 1001110 1110011 1101010 100000 0 1000 110111 10100101 10011 100110

Color Harmonies of #4E736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E736A

Black with #4E736A

Text Example


Text Example

White with #4E736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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