Html Css Color HEX #478076 Dark Green Copper

📋 copy color: '#478076'

red 71 ◦ green 128 ◦ blue 118

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

Shades of Dark Green Copper #478076

Tints of Dark Green Copper #478076

RGB

 RED value IS 71 (28.13% from 255) = 22.4%

 GREEN value IS 128 (50.39% from 255) = 40.38%

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 22.4%
G = 40.38%
B = 37.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#478076 (or 0x478076) is known color: Dark Green Copper. HEX triplet: 47, 80 and 76. RGB value is (71,128,118). Sum of RGB (Red+Green+Blue) = 71+128+118=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #478076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478076 is #B87F89. Grayscale: #6D6D6D. Windows color (decimal): -12091274 or 7766087. OLE color: 7766087.

HSL color Cylindrical-coordinate representation of color #478076: hue angle of 169.47º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478076 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 128 118 -
CMYK 0.45 0 0.08 0.50
HSL 169.47º 0.29% 0.39% -
HSV(B) 169.47º 0.45% 0.5% -
XYZ 13.59 18.09 19.91 -
YUV 109.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 71 128 118 0.45 0 0.08 0.50 169.47 0.29 0.39
Hex 47 80 76 2D 0 8 32 A9 1D 27
Octal 107 200 166 55 0 10 62 251 35 47
Binary 1000111 10000000 1110110 101101 0 1000 110010 10101001 11101 100111

Color Harmonies of #478076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478076

Black with #478076

Text Example


Text Example

White with #478076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478076; }

 p { color: rgb(71,128,118); }

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

background-color css

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

 a { background-color: rgb(71,128,118); }

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

border-color css

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

 span { border-color: rgb(71,128,118); }

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