#487869

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

Shades of Dark Green Copper #487869

Tints of Dark Green Copper #487869

Color information

#487869 (or 0x487869) is unknown color: approx Dark Green Copper. HEX triplet: 48, 78 and 69. RGB value is (72,120,105). Sum of RGB (Red+Green+Blue) = 72+120+105=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #487869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487869 is #B78796. Grayscale: #676767. Windows color (decimal): -12027799 or 6912072. OLE color: 6912072.

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

Color convert

RGB72120105-
CMYK0.4000.130.53
HSL161.25º25%37.65%-
HSV(B)161.25º40%47.06%-
XYZ11.9415.8315.79-
YUV103.94128.6105.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=24.24%
G=40.40%
B=35.35%

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
Decimal721201050.4000.130.53161.252537.65
Hex487869280D35a11926
Octal11017015150015652413146
Binary100100011110001101001101000011011101011010000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487869; }

 p { color: rgb(72,120,105); }

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

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

 a { background-color: rgb(72,120,105); }

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

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

 span { border-color: rgb(72,120,105); }

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