#487B74

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

Shades of Dark Green Copper #487B74

Tints of Dark Green Copper #487B74

Color information

#487B74 (or 0x487B74) is unknown color: approx Dark Green Copper. HEX triplet: 48, 7B and 74. RGB value is (72,123,116). Sum of RGB (Red+Green+Blue) = 72+123+116=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 123 - color contains mainly: green. Hex color #487B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487B74 is #B7848B. Grayscale: #6A6A6A. Windows color (decimal): -12027020 or 7633736. OLE color: 7633736.

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

Color convert

RGB72123116-
CMYK0.4100.060.52
HSL171.76º26.15%38.24%-
HSV(B)171.76º41.46%48.24%-
XYZ12.9116.819.09-
YUV106.95133.1103.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 123 (48.44% from 255) = 39.55%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=23.15%
G=39.55%
B=37.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721231160.4100.060.52171.7626.1538.24
Hex487B74290634ac1a26
Octal1101731645106642543246
Binary10010001111011111010010100101101101001010110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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