#486C62

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

Shades of Dark Green Copper #486C62

Tints of Dark Green Copper #486C62

Color information

#486C62 (or 0x486C62) is unknown color: approx Dark Green Copper. HEX triplet: 48, 6C and 62. RGB value is (72,108,98). Sum of RGB (Red+Green+Blue) = 72+108+98=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 108 - color contains mainly: green. Hex color #486C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C62 is #B7939D. Grayscale: #606060. Windows color (decimal): -12030878 or 6450248. OLE color: 6450248.

HSL color Cylindrical-coordinate representation of color #486C62: hue angle of 163.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486C62 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB7210898-
CMYK0.3300.090.58
HSL163.33º20%35.29%-
HSV(B)163.33º33.33%42.35%-
XYZ10.2412.9813.52-
YUV96.1129.07110.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 108 (42.58% from 255) = 38.85%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=25.90%
G=38.85%
B=35.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72108980.3300.090.58163.332035.29
Hex486C6221093Aa31423
Octal11015414241011722432443
Binary100100011011001100010100001010011110101010001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,108,98); }

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

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

 a { background-color: rgb(72,108,98); }

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

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

 span { border-color: rgb(72,108,98); }

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