Html Css Color HEX #477572 Dark Green Copper

📋 copy color: '#477572'

red 71 ◦ green 117 ◦ blue 114

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

Shades of Dark Green Copper #477572

Tints of Dark Green Copper #477572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 23.51%
G = 38.74%
B = 37.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#477572 (or 0x477572) is known color: Dark Green Copper. HEX triplet: 47, 75 and 72. RGB value is (71,117,114). Sum of RGB (Red+Green+Blue) = 71+117+114=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #477572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477572 is #B88A8D. Grayscale: #666666. Windows color (decimal): -12094094 or 7501127. OLE color: 7501127.

HSL color Cylindrical-coordinate representation of color #477572: hue angle of 176.09º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477572 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 114 -
CMYK 0.39 0 0.03 0.54
HSL 176.09º 0.24% 0.37% -
HSV(B) 176.09º 0.39% 0.46% -
XYZ 12 15.28 18.24 -
YUV 102.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 71 117 114 0.39 0 0.03 0.54 176.09 0.24 0.37
Hex 47 75 72 27 0 3 36 B0 18 25
Octal 107 165 162 47 0 3 66 260 30 45
Binary 1000111 1110101 1110010 100111 0 11 110110 10110000 11000 100101

Color Harmonies of #477572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477572

Black with #477572

Text Example


Text Example

White with #477572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477572; }

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

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

background-color css

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

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

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

border-color css

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

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

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