Html Css Color HEX #4E7165 Dark Green Copper

📋 copy color: '#4E7165'

red 78 ◦ green 113 ◦ blue 101

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

Shades of Dark Green Copper #4E7165

Tints of Dark Green Copper #4E7165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 26.71%
G = 38.7%
B = 34.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#4E7165 (or 0x4E7165) is known color: Dark Green Copper. HEX triplet: 4E, 71 and 65. RGB value is (78,113,101). Sum of RGB (Red+Green+Blue) = 78+113+101=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #4E7165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7165 is #B18E9A. Grayscale: #656565. Windows color (decimal): -11636379 or 6648142. OLE color: 6648142.

HSL color Cylindrical-coordinate representation of color #4E7165: hue angle of 159.43º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E7165 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 113 101 -
CMYK 0.31 0 0.11 0.56
HSL 159.43º 0.18% 0.37% -
HSV(B) 159.43º 0.31% 0.44% -
XYZ 11.4 14.37 14.48 -
YUV 101.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 78 113 101 0.31 0 0.11 0.56 159.43 0.18 0.37
Hex 4E 71 65 1F 0 B 38 9F 12 25
Octal 116 161 145 37 0 13 70 237 22 45
Binary 1001110 1110001 1100101 11111 0 1011 111000 10011111 10010 100101

Color Harmonies of #4E7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7165

Black with #4E7165

Text Example


Text Example

White with #4E7165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,113,101); }

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

background-color css

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

 a { background-color: rgb(78,113,101); }

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

border-color css

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

 span { border-color: rgb(78,113,101); }

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