#477069

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

Shades of Dark Green Copper #477069

Tints of Dark Green Copper #477069

Color information

#477069 (or 0x477069) is unknown color: approx Dark Green Copper. HEX triplet: 47, 70 and 69. RGB value is (71,112,105). Sum of RGB (Red+Green+Blue) = 71+112+105=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #477069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477069 is #B88F96. Grayscale: #626262. Windows color (decimal): -12095383 or 6910023. OLE color: 6910023.

HSL color Cylindrical-coordinate representation of color #477069: hue angle of 169.76º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #477069 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB71112105-
CMYK0.3700.060.56
HSL169.76º22.4%35.88%-
HSV(B)169.76º36.61%43.92%-
XYZ10.9413.9515.48-
YUV98.94131.42108.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=24.65%
G=38.89%
B=36.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711121050.3700.060.56169.7622.435.88
Hex477069250638aa1624
Octal1071601514506702522644
Binary10001111110000110100110010101101110001010101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477069; }

 p { color: rgb(71,112,105); }

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

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

 a { background-color: rgb(71,112,105); }

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

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

 span { border-color: rgb(71,112,105); }

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