#486F64

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

Shades of Dark Green Copper #486F64

Tints of Dark Green Copper #486F64

Color information

#486F64 (or 0x486F64) is unknown color: approx Dark Green Copper. HEX triplet: 48, 6F and 64. RGB value is (72,111,100). Sum of RGB (Red+Green+Blue) = 72+111+100=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #486F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F64 is #B7909B. Grayscale: #626262. Windows color (decimal): -12030108 or 6582088. OLE color: 6582088.

HSL color Cylindrical-coordinate representation of color #486F64: hue angle of 163.08º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486F64 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB72111100-
CMYK0.3500.100.56
HSL163.08º21.31%35.88%-
HSV(B)163.08º35.14%43.53%-
XYZ10.6613.6714.13-
YUV98.08129.08109.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=25.44%
G=39.22%
B=35.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721111000.3500.100.56163.0821.3135.88
Hex486F64230A38a31524
Octal11015714443012702432544
Binary100100011011111100100100011010101110001010001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486F64; }

 p { color: rgb(72,111,100); }

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

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

 a { background-color: rgb(72,111,100); }

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

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

 span { border-color: rgb(72,111,100); }

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