Html Css Color HEX #4E8275 Dark Green Copper

📋 copy color: '#4E8275'

red 78 ◦ green 130 ◦ blue 117

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

Shades of Dark Green Copper #4E8275

Tints of Dark Green Copper #4E8275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

 BLUE value IS 117 (46.09% from 255) = 36%

R = 24%
G = 40%
B = 36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#4E8275 (or 0x4E8275) is known color: Dark Green Copper. HEX triplet: 4E, 82 and 75. RGB value is (78,130,117). Sum of RGB (Red+Green+Blue) = 78+130+117=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #4E8275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8275 is #B17D8A. Grayscale: #707070. Windows color (decimal): -11632011 or 7701070. OLE color: 7701070.

HSL color Cylindrical-coordinate representation of color #4E8275: hue angle of 165º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E8275 is Cyan = 0.40, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 78 130 117 -
CMYK 0.40 0 0.1 0.49
HSL 165º 0.25% 0.41% -
HSV(B) 165º 0.4% 0.51% -
XYZ 14.34 18.87 19.72 -
YUV 112.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 78 130 117 0.40 0 0.1 0.49 165 0.25 0.41
Hex 4E 82 75 28 0 A 31 A5 19 29
Octal 116 202 165 50 0 12 61 245 31 51
Binary 1001110 10000010 1110101 101000 0 1010 110001 10100101 11001 101001

Color Harmonies of #4E8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8275

Black with #4E8275

Text Example


Text Example

White with #4E8275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,130,117); }

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

background-color css

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

 a { background-color: rgb(78,130,117); }

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

border-color css

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

 span { border-color: rgb(78,130,117); }

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