#487266

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

Shades of Dark Green Copper #487266

Tints of Dark Green Copper #487266

Color information

#487266 (or 0x487266) is unknown color: approx Dark Green Copper. HEX triplet: 48, 72 and 66. RGB value is (72,114,102). Sum of RGB (Red+Green+Blue) = 72+114+102=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #487266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487266 is #B78D99. Grayscale: #646464. Windows color (decimal): -12029338 or 6713928. OLE color: 6713928.

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

Color convert

RGB72114102-
CMYK0.3700.110.55
HSL162.86º22.58%36.47%-
HSV(B)162.86º36.84%44.71%-
XYZ11.0914.3714.76-
YUV100.07129.09107.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 102 (40.23% from 255) = 35.42%
R=25%
G=39.58%
B=35.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721141020.3700.110.55162.8622.5836.47
Hex487266250B37a31724
Octal11016214645013672432744
Binary100100011100101100110100101010111101111010001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487266; }

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

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

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

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

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

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

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

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