#487468

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

Shades of Dark Green Copper #487468

Tints of Dark Green Copper #487468

Color information

#487468 (or 0x487468) is unknown color: approx Dark Green Copper. HEX triplet: 48, 74 and 68. RGB value is (72,116,104). Sum of RGB (Red+Green+Blue) = 72+116+104=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #487468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487468 is #B78B97. Grayscale: #656565. Windows color (decimal): -12028824 or 6845512. OLE color: 6845512.

HSL color Cylindrical-coordinate representation of color #487468: hue angle of 163.64º 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 #487468 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB72116104-
CMYK0.3800.100.55
HSL163.64º23.4%36.86%-
HSV(B)163.64º37.93%45.49%-
XYZ11.4214.8715.36-
YUV101.48129.42106.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.66%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=24.66%
G=39.73%
B=35.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721161040.3800.100.55163.6423.436.86
Hex487468260A37a41725
Octal11016415046012672442745
Binary100100011101001101000100110010101101111010010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487468; }

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

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

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

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

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

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

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

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