#477A72

Color #477A72 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #477A72

Tints of Dark Green Copper #477A72

Color information

#477A72 (or 0x477A72) is unknown color: approx 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

RGB71122114-
CMYK0.4200.070.52
HSL170.59º26.42%37.84%-
HSV(B)170.59º41.8%47.84%-
XYZ12.616.4718.44-
YUV105.84132.6103.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711221140.4200.070.52170.5926.4237.84
Hex477A722A0734ab1a26
Octal1071721625207642533246
Binary10001111111010111001010101001111101001010101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>