Html Css Color HEX #478175 Dark Green Copper

📋 copy color: '#478175'

red 71 ◦ green 129 ◦ blue 117

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

Shades of Dark Green Copper #478175

Tints of Dark Green Copper #478175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.69%

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

R = 22.4%
G = 40.69%
B = 36.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#478175 (or 0x478175) is known color: Dark Green Copper. HEX triplet: 47, 81 and 75. RGB value is (71,129,117). Sum of RGB (Red+Green+Blue) = 71+129+117=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #478175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478175 is #B87E8A. Grayscale: #6E6E6E. Windows color (decimal): -12091019 or 7700807. OLE color: 7700807.

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

Color convert

RGB 71 129 117 -
CMYK 0.45 0 0.09 0.49
HSL 167.59º 0.29% 0.39% -
HSV(B) 167.59º 0.45% 0.51% -
XYZ 13.66 18.32 19.65 -
YUV 110.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 71 129 117 0.45 0 0.09 0.49 167.59 0.29 0.39
Hex 47 81 75 2D 0 9 31 A8 1D 27
Octal 107 201 165 55 0 11 61 250 35 47
Binary 1000111 10000001 1110101 101101 0 1001 110001 10101000 11101 100111

Color Harmonies of #478175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478175

Black with #478175

Text Example


Text Example

White with #478175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478175; }

 p { color: rgb(71,129,117); }

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

background-color css

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

 a { background-color: rgb(71,129,117); }

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

border-color css

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

 span { border-color: rgb(71,129,117); }

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