Html Css Color HEX #477874 Dark Green Copper

📋 copy color: '#477874'

red 71 ◦ green 120 ◦ blue 116

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

Shades of Dark Green Copper #477874

Tints of Dark Green Copper #477874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.09%

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 23.13%
G = 39.09%
B = 37.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#477874 (or 0x477874) is known color: Dark Green Copper. HEX triplet: 47, 78 and 74. RGB value is (71,120,116). Sum of RGB (Red+Green+Blue) = 71+120+116=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #477874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477874 is #B8878B. Grayscale: #686868. Windows color (decimal): -12093324 or 7632967. OLE color: 7632967.

HSL color Cylindrical-coordinate representation of color #477874: hue angle of 175.1º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477874 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 120 116 -
CMYK 0.41 0 0.03 0.53
HSL 175.1º 0.26% 0.37% -
HSV(B) 175.1º 0.41% 0.47% -
XYZ 12.47 16.03 18.96 -
YUV 104.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 71 120 116 0.41 0 0.03 0.53 175.1 0.26 0.37
Hex 47 78 74 29 0 3 35 AF 1A 25
Octal 107 170 164 51 0 3 65 257 32 45
Binary 1000111 1111000 1110100 101001 0 11 110101 10101111 11010 100101

Color Harmonies of #477874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477874

Black with #477874

Text Example


Text Example

White with #477874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477874; }

 p { color: rgb(71,120,116); }

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

background-color css

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

 a { background-color: rgb(71,120,116); }

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

border-color css

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

 span { border-color: rgb(71,120,116); }

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