#487365

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

Shades of Dark Green Copper #487365

Tints of Dark Green Copper #487365

Color information

#487365 (or 0x487365) is unknown color: approx Dark Green Copper. HEX triplet: 48, 73 and 65. RGB value is (72,115,101). Sum of RGB (Red+Green+Blue) = 72+115+101=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #487365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487365 is #B78C9A. Grayscale: #646464. Windows color (decimal): -12029083 or 6648648. OLE color: 6648648.

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

Color convert

RGB72115101-
CMYK0.3700.120.55
HSL160.47º22.99%36.67%-
HSV(B)160.47º37.39%45.1%-
XYZ11.1514.5814.54-
YUV100.55128.25107.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=25%
G=39.93%
B=35.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721151010.3700.120.55160.4722.9936.67
Hex487365250C37a01725
Octal11016314545014672402745
Binary100100011100111100101100101011001101111010000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487365; }

 p { color: rgb(72,115,101); }

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

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

 a { background-color: rgb(72,115,101); }

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

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

 span { border-color: rgb(72,115,101); }

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