#477768

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

Shades of Dark Green Copper #477768

Tints of Dark Green Copper #477768

Color information

#477768 (or 0x477768) is unknown color: approx Dark Green Copper. HEX triplet: 47, 77 and 68. RGB value is (71,119,104). Sum of RGB (Red+Green+Blue) = 71+119+104=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #477768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477768 is #B88897. Grayscale: #666666. Windows color (decimal): -12093592 or 6846279. OLE color: 6846279.

HSL color Cylindrical-coordinate representation of color #477768: hue angle of 161.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477768 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB71119104-
CMYK0.4000.130.53
HSL161.25º25.26%37.25%-
HSV(B)161.25º40.34%46.67%-
XYZ11.6915.5315.48-
YUV102.94128.6105.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=24.15%
G=40.48%
B=35.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711191040.4000.130.53161.2525.2637.25
Hex477768280D35a11925
Octal10716715050015652413145
Binary100011111101111101000101000011011101011010000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477768; }

 p { color: rgb(71,119,104); }

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

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

 a { background-color: rgb(71,119,104); }

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

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

 span { border-color: rgb(71,119,104); }

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