#487268

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

Shades of Dark Green Copper #487268

Tints of Dark Green Copper #487268

Color information

#487268 (or 0x487268) is unknown color: approx Dark Green Copper. HEX triplet: 48, 72 and 68. RGB value is (72,114,104). Sum of RGB (Red+Green+Blue) = 72+114+104=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #487268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487268 is #B78D97. Grayscale: #646464. Windows color (decimal): -12029336 or 6845000. OLE color: 6845000.

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

Color convert

RGB72114104-
CMYK0.3700.090.55
HSL165.71º22.58%36.47%-
HSV(B)165.71º36.84%44.71%-
XYZ11.1914.4115.29-
YUV100.3130.09107.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=24.83%
G=39.31%
B=35.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721141040.3700.090.55165.7122.5836.47
Hex487268250937a61724
Octal11016215045011672462744
Binary100100011100101101000100101010011101111010011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487268; }

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

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

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

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

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

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

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

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