Html Css Color HEX #477A72 Dark Green Copper

📋 copy color: '#477A72'

red 71 ◦ green 122 ◦ blue 114

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

Shades of Dark Green Copper #477A72

Tints of Dark Green Copper #477A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.74%

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

R = 23.13%
G = 39.74%
B = 37.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#477A72 (or 0x477A72) is known color: Dark Green Copper. HEX triplet: 47, 7A and 72. RGB value is (71,122,114). Sum of RGB (Red+Green+Blue) = 71+122+114=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #477A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A72 is #B8858D. Grayscale: #696969. Windows color (decimal): -12092814 or 7502407. OLE color: 7502407.

HSL color Cylindrical-coordinate representation of color #477A72: hue angle of 170.59º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A72 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 122 114 -
CMYK 0.42 0 0.07 0.52
HSL 170.59º 0.26% 0.38% -
HSV(B) 170.59º 0.42% 0.48% -
XYZ 12.6 16.47 18.44 -
YUV 105.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 71 122 114 0.42 0 0.07 0.52 170.59 0.26 0.38
Hex 47 7A 72 2A 0 7 34 AB 1A 26
Octal 107 172 162 52 0 7 64 253 32 46
Binary 1000111 1111010 1110010 101010 0 111 110100 10101011 11010 100110

Color Harmonies of #477A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A72

Black with #477A72

Text Example


Text Example

White with #477A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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