Html Css Color HEX #4E7269 Dark Green Copper

📋 copy color: '#4E7269'

red 78 ◦ green 114 ◦ blue 105

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

Shades of Dark Green Copper #4E7269

Tints of Dark Green Copper #4E7269

RGB

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

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

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

R = 26.26%
G = 38.38%
B = 35.35%

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

#4E7269 (or 0x4E7269) is known color: Dark Green Copper. HEX triplet: 4E, 72 and 69. RGB value is (78,114,105). Sum of RGB (Red+Green+Blue) = 78+114+105=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #4E7269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7269 is #B18D96. Grayscale: #666666. Windows color (decimal): -11636119 or 6910542. OLE color: 6910542.

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

Color convert

RGB 78 114 105 -
CMYK 0.32 0 0.08 0.55
HSL 165º 0.19% 0.38% -
HSV(B) 165º 0.32% 0.45% -
XYZ 11.71 14.67 15.58 -
YUV 102.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 78 114 105 0.32 0 0.08 0.55 165 0.19 0.38
Hex 4E 72 69 20 0 8 37 A5 13 26
Octal 116 162 151 40 0 10 67 245 23 46
Binary 1001110 1110010 1101001 100000 0 1000 110111 10100101 10011 100110

Color Harmonies of #4E7269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7269

Black with #4E7269

Text Example


Text Example

White with #4E7269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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