#487C74

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

Shades of Dark Green Copper #487C74

Tints of Dark Green Copper #487C74

Color information

#487C74 (or 0x487C74) is unknown color: approx Dark Green Copper. HEX triplet: 48, 7C and 74. RGB value is (72,124,116). Sum of RGB (Red+Green+Blue) = 72+124+116=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #487C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C74 is #B7838B. Grayscale: #6B6B6B. Windows color (decimal): -12026764 or 7633992. OLE color: 7633992.

HSL color Cylindrical-coordinate representation of color #487C74: hue angle of 170.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487C74 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB72124116-
CMYK0.4200.060.51
HSL170.77º26.53%38.43%-
HSV(B)170.77º41.94%48.63%-
XYZ13.0317.0519.13-
YUV107.54132.77102.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 116 (45.70% from 255) = 37.18%
R=23.08%
G=39.74%
B=37.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721241160.4200.060.51170.7726.5338.43
Hex487C742A0633ab1b26
Octal1101741645206632533346
Binary10010001111100111010010101001101100111010101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487C74; }

 p { color: rgb(72,124,116); }

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

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

 a { background-color: rgb(72,124,116); }

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

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

 span { border-color: rgb(72,124,116); }

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