#487469

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

Shades of Dark Green Copper #487469

Tints of Dark Green Copper #487469

Color information

#487469 (or 0x487469) is unknown color: approx Dark Green Copper. HEX triplet: 48, 74 and 69. RGB value is (72,116,105). Sum of RGB (Red+Green+Blue) = 72+116+105=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #487469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487469 is #B78B96. Grayscale: #656565. Windows color (decimal): -12028823 or 6911048. OLE color: 6911048.

HSL color Cylindrical-coordinate representation of color #487469: hue angle of 165º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487469 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB72116105-
CMYK0.3800.090.55
HSL165º23.4%36.86%-
HSV(B)165º37.93%45.49%-
XYZ11.4714.8915.63-
YUV101.59129.92106.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=24.57%
G=39.59%
B=35.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721161050.3800.090.5516523.436.86
Hex487469260937a51725
Octal11016415146011672452745
Binary100100011101001101001100110010011101111010010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487469; }

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

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

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

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

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

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

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

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