#477972

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

Shades of Dark Green Copper #477972

Tints of Dark Green Copper #477972

Color information

#477972 (or 0x477972) is unknown color: approx Dark Green Copper. HEX triplet: 47, 79 and 72. RGB value is (71,121,114). Sum of RGB (Red+Green+Blue) = 71+121+114=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #477972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477972 is #B8868D. Grayscale: #696969. Windows color (decimal): -12093070 or 7502151. OLE color: 7502151.

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

Color convert

RGB71121114-
CMYK0.4100.060.53
HSL171.6º26.04%37.65%-
HSV(B)171.6º41.32%47.45%-
XYZ12.4716.2318.39-
YUV105.25132.94103.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=23.20%
G=39.54%
B=37.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711211140.4100.060.53171.626.0437.65
Hex477972290635ac1a26
Octal1071711625106652543246
Binary10001111111001111001010100101101101011010110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477972; }

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

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

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

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

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

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

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

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