#477B72

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

Shades of Dark Green Copper #477B72

Tints of Dark Green Copper #477B72

Color information

#477B72 (or 0x477B72) is unknown color: approx Dark Green Copper. HEX triplet: 47, 7B and 72. RGB value is (71,123,114). Sum of RGB (Red+Green+Blue) = 71+123+114=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #477B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B72 is #B8848D. Grayscale: #6A6A6A. Windows color (decimal): -12092558 or 7502663. OLE color: 7502663.

HSL color Cylindrical-coordinate representation of color #477B72: hue angle of 169.62º degrees, saturation: 0.27, 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 #477B72 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB71123114-
CMYK0.4200.070.52
HSL169.62º26.8%38.04%-
HSV(B)169.62º42.28%48.24%-
XYZ12.7216.7218.48-
YUV106.43132.27102.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=23.05%
G=39.94%
B=37.01%

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
Decimal711231140.4200.070.52169.6226.838.04
Hex477B722A0734aa1b26
Octal1071731625207642523346
Binary10001111111011111001010101001111101001010101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #477B72;
 }
 .AnyTagClassName
 {
   color: #477B72;
 }
</style>
background-color css

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

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

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

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

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

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